Shades of Eucalyptus #2CA059
Tints of Eucalyptus #2CA059
RGB
CMYK
RGB Variations
Color information
#2CA059 (or 0x2CA059) is known color: Eucalyptus. HEX triplet: 2C, A0 and 59. RGB value is (44,160,89). Sum of RGB (Red+Green+Blue) = 44+160+89=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA059 is #D35FA6. Grayscale: #757575. Windows color (decimal): -13852583 or 5873708. OLE color: 5873708.
HSL color Cylindrical-coordinate representation of color #2CA059: hue angle of 143.28º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA059 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 89 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.37 |
| HSL | 143.28º | 0.57% | 0.4% | - |
| HSV(B) | 143.28º | 0.73% | 0.63% | - |
| XYZ | 15.41 | 26.4 | 13.73 | - |
| YUV | 117.22 | 112.07 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 89 | 0.72 | 0 | 0.44 | 0.37 | 143.28 | 0.57 | 0.4 |
| Hex | 2C | A0 | 59 | 48 | 0 | 2C | 25 | 8F | 39 | 28 |
| Octal | 54 | 240 | 131 | 110 | 0 | 54 | 45 | 217 | 71 | 50 |
| Binary | 101100 | 10100000 | 1011001 | 1001000 | 0 | 101100 | 100101 | 10001111 | 111001 | 101000 |
Color Harmonies of #2CA059
Complementary color
Monochromatic Colors of #2CA059
Black with #2CA059
Text Example
Text Example
White with #2CA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA059; }
p { color: rgb(44,160,89); }
H1.HeaderClassName
{
color: #2CA059;
}
.AnyTagClassName
{
color: #2CA059;
}
</style>
background-color css
<style>
a { background-color: #2CA059; }
a { background-color: rgb(44,160,89); }
div.DivClassName
{
background-color: #2CA059;
}
.BgClassName
{
background-color: #2CA059;
}
</style>
border-color css
<style>
span { border-color: #2CA059; }
span { border-color: rgb(44,160,89); }
td.TdClassName
{
border-color: #2CA059;
}
.TagClassName
{
border-color: #2CA059;
}
</style>