Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Eucalyptus | 1E7E51 | #1E7E51 | 30, 126, 81 | 11.76, 49.41, 31.76 | 76.19, 0, 35.71, 50.59 | 151.875, 76.190476190476, 49.411764705882 |
Color #1e7e51 is Eucalyptus. In RGB: 11.76, 49.41, 31.76. In CMYK: 76.19, 0, 35.71, 50.59.
div { background: #1e7e51; color: #000; }
div { background: #1e7e51; color: #fff; }
div { background: linear-gradient(to bottom, #00643A 0%, #3D9869 100%); color: #000; }
div { background: linear-gradient(to bottom, #3D9869 0%, #00643A 100%); color: #000; }
div { background: linear-gradient(to bottom, #00643A 0%, #3D9869 100%); color: #fff; }
div { background: linear-gradient(to bottom, #3D9869 0%, #00643A 100%); color: #fff; }
div { border: 1px solid #1e7e51; }
div { border: 5px solid #1e7e51; }
div { border: 1px dashed #1e7e51; }
div { border: 5px dashed #1e7e51; }
div { border: 1px dotted #1e7e51; }
div { border: 5px dotted #1e7e51; }