Shades of Eucalyptus #1CAA59
Tints of Eucalyptus #1CAA59
RGB
CMYK
RGB Variations
Color information
#1CAA59 (or 0x1CAA59) is known color: Eucalyptus. HEX triplet: 1C, AA and 59. RGB value is (28,170,89). Sum of RGB (Red+Green+Blue) = 28+170+89=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA59 is #E355A6. Grayscale: #767676. Windows color (decimal): -14898599 or 5876252. OLE color: 5876252.
HSL color Cylindrical-coordinate representation of color #1CAA59: hue angle of 145.77º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA59 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 89 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.33 |
| HSL | 145.77º | 0.72% | 0.39% | - |
| HSV(B) | 145.77º | 0.84% | 0.67% | - |
| XYZ | 16.66 | 29.72 | 14.31 | - |
| YUV | 118.31 | 111.46 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 89 | 0.84 | 0 | 0.48 | 0.33 | 145.77 | 0.72 | 0.39 |
| Hex | 1C | AA | 59 | 54 | 0 | 30 | 21 | 92 | 48 | 27 |
| Octal | 34 | 252 | 131 | 124 | 0 | 60 | 41 | 222 | 110 | 47 |
| Binary | 11100 | 10101010 | 1011001 | 1010100 | 0 | 110000 | 100001 | 10010010 | 1001000 | 100111 |
Color Harmonies of #1CAA59
Complementary color
Monochromatic Colors of #1CAA59
Black with #1CAA59
Text Example
Text Example
White with #1CAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA59; }
p { color: rgb(28,170,89); }
H1.HeaderClassName
{
color: #1CAA59;
}
.AnyTagClassName
{
color: #1CAA59;
}
</style>
background-color css
<style>
a { background-color: #1CAA59; }
a { background-color: rgb(28,170,89); }
div.DivClassName
{
background-color: #1CAA59;
}
.BgClassName
{
background-color: #1CAA59;
}
</style>
border-color css
<style>
span { border-color: #1CAA59; }
span { border-color: rgb(28,170,89); }
td.TdClassName
{
border-color: #1CAA59;
}
.TagClassName
{
border-color: #1CAA59;
}
</style>