Shades of Eucalyptus #1E9C65
Tints of Eucalyptus #1E9C65
RGB
CMYK
RGB Variations
Color information
#1E9C65 (or 0x1E9C65) is known color: Eucalyptus. HEX triplet: 1E, 9C and 65. RGB value is (30,156,101). Sum of RGB (Red+Green+Blue) = 30+156+101=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #1E9C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9C65 is #E1639A. Grayscale: #707070. Windows color (decimal): -14771099 or 6659102. OLE color: 6659102.
HSL color Cylindrical-coordinate representation of color #1E9C65: hue angle of 153.81º 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 #1E9C65 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 156 | 101 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.39 |
| HSL | 153.81º | 0.68% | 0.36% | - |
| HSV(B) | 153.81º | 0.81% | 0.61% | - |
| XYZ | 14.77 | 24.99 | 16.36 | - |
| YUV | 112.06 | 121.76 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 156 | 101 | 0.81 | 0 | 0.35 | 0.39 | 153.81 | 0.68 | 0.36 |
| Hex | 1E | 9C | 65 | 51 | 0 | 23 | 27 | 9A | 44 | 24 |
| Octal | 36 | 234 | 145 | 121 | 0 | 43 | 47 | 232 | 104 | 44 |
| Binary | 11110 | 10011100 | 1100101 | 1010001 | 0 | 100011 | 100111 | 10011010 | 1000100 | 100100 |
Color Harmonies of #1E9C65
Complementary color
Monochromatic Colors of #1E9C65
Black with #1E9C65
Text Example
Text Example
White with #1E9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9C65; }
p { color: rgb(30,156,101); }
H1.HeaderClassName
{
color: #1E9C65;
}
.AnyTagClassName
{
color: #1E9C65;
}
</style>
background-color css
<style>
a { background-color: #1E9C65; }
a { background-color: rgb(30,156,101); }
div.DivClassName
{
background-color: #1E9C65;
}
.BgClassName
{
background-color: #1E9C65;
}
</style>
border-color css
<style>
span { border-color: #1E9C65; }
span { border-color: rgb(30,156,101); }
td.TdClassName
{
border-color: #1E9C65;
}
.TagClassName
{
border-color: #1E9C65;
}
</style>