Shades of Eucalyptus #2CAC59
Tints of Eucalyptus #2CAC59
RGB
CMYK
RGB Variations
Color information
#2CAC59 (or 0x2CAC59) is known color: Eucalyptus. HEX triplet: 2C, AC and 59. RGB value is (44,172,89). Sum of RGB (Red+Green+Blue) = 44+172+89=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC59 is #D353A6. Grayscale: #7C7C7C. Windows color (decimal): -13849511 or 5876780. OLE color: 5876780.
HSL color Cylindrical-coordinate representation of color #2CAC59: hue angle of 141.09º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC59 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 89 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.33 |
| HSL | 141.09º | 0.59% | 0.42% | - |
| HSV(B) | 141.09º | 0.74% | 0.67% | - |
| XYZ | 17.59 | 30.76 | 14.46 | - |
| YUV | 124.27 | 108.09 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 89 | 0.74 | 0 | 0.48 | 0.33 | 141.09 | 0.59 | 0.42 |
| Hex | 2C | AC | 59 | 4A | 0 | 30 | 21 | 8D | 3B | 2A |
| Octal | 54 | 254 | 131 | 112 | 0 | 60 | 41 | 215 | 73 | 52 |
| Binary | 101100 | 10101100 | 1011001 | 1001010 | 0 | 110000 | 100001 | 10001101 | 111011 | 101010 |
Color Harmonies of #2CAC59
Complementary color
Monochromatic Colors of #2CAC59
Black with #2CAC59
Text Example
Text Example
White with #2CAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC59; }
p { color: rgb(44,172,89); }
H1.HeaderClassName
{
color: #2CAC59;
}
.AnyTagClassName
{
color: #2CAC59;
}
</style>
background-color css
<style>
a { background-color: #2CAC59; }
a { background-color: rgb(44,172,89); }
div.DivClassName
{
background-color: #2CAC59;
}
.BgClassName
{
background-color: #2CAC59;
}
</style>
border-color css
<style>
span { border-color: #2CAC59; }
span { border-color: rgb(44,172,89); }
td.TdClassName
{
border-color: #2CAC59;
}
.TagClassName
{
border-color: #2CAC59;
}
</style>