Shades of Eucalyptus #1E9B61
Tints of Eucalyptus #1E9B61
RGB
CMYK
RGB Variations
Color information
#1E9B61 (or 0x1E9B61) is known color: Eucalyptus. HEX triplet: 1E, 9B and 61. RGB value is (30,155,97). Sum of RGB (Red+Green+Blue) = 30+155+97=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9B61 is #E1649E. Grayscale: #6F6F6F. Windows color (decimal): -14771359 or 6396702. OLE color: 6396702.
HSL color Cylindrical-coordinate representation of color #1E9B61: hue angle of 152.16º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9B61 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 155 | 97 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.39 |
| HSL | 152.16º | 0.68% | 0.36% | - |
| HSV(B) | 152.16º | 0.81% | 0.61% | - |
| XYZ | 14.41 | 24.58 | 15.29 | - |
| YUV | 111.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 155 | 97 | 0.81 | 0 | 0.37 | 0.39 | 152.16 | 0.68 | 0.36 |
| Hex | 1E | 9B | 61 | 51 | 0 | 25 | 27 | 98 | 44 | 24 |
| Octal | 36 | 233 | 141 | 121 | 0 | 45 | 47 | 230 | 104 | 44 |
| Binary | 11110 | 10011011 | 1100001 | 1010001 | 0 | 100101 | 100111 | 10011000 | 1000100 | 100100 |
Color Harmonies of #1E9B61
Complementary color
Monochromatic Colors of #1E9B61
Black with #1E9B61
Text Example
Text Example
White with #1E9B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9B61; }
p { color: rgb(30,155,97); }
H1.HeaderClassName
{
color: #1E9B61;
}
.AnyTagClassName
{
color: #1E9B61;
}
</style>
background-color css
<style>
a { background-color: #1E9B61; }
a { background-color: rgb(30,155,97); }
div.DivClassName
{
background-color: #1E9B61;
}
.BgClassName
{
background-color: #1E9B61;
}
</style>
border-color css
<style>
span { border-color: #1E9B61; }
span { border-color: rgb(30,155,97); }
td.TdClassName
{
border-color: #1E9B61;
}
.TagClassName
{
border-color: #1E9B61;
}
</style>