Shades of Eucalyptus #2CA759
Tints of Eucalyptus #2CA759
RGB
CMYK
RGB Variations
Color information
#2CA759 (or 0x2CA759) is known color: Eucalyptus. HEX triplet: 2C, A7 and 59. RGB value is (44,167,89). Sum of RGB (Red+Green+Blue) = 44+167+89=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA759 is #D358A6. Grayscale: #797979. Windows color (decimal): -13850791 or 5875500. OLE color: 5875500.
HSL color Cylindrical-coordinate representation of color #2CA759: hue angle of 141.95º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA759 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 167 | 89 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.35 |
| HSL | 141.95º | 0.58% | 0.41% | - |
| HSV(B) | 141.95º | 0.74% | 0.65% | - |
| XYZ | 16.66 | 28.89 | 14.15 | - |
| YUV | 121.33 | 109.75 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 167 | 89 | 0.74 | 0 | 0.47 | 0.35 | 141.95 | 0.58 | 0.41 |
| Hex | 2C | A7 | 59 | 4A | 0 | 2F | 23 | 8E | 3A | 29 |
| Octal | 54 | 247 | 131 | 112 | 0 | 57 | 43 | 216 | 72 | 51 |
| Binary | 101100 | 10100111 | 1011001 | 1001010 | 0 | 101111 | 100011 | 10001110 | 111010 | 101001 |
Color Harmonies of #2CA759
Complementary color
Monochromatic Colors of #2CA759
Black with #2CA759
Text Example
Text Example
White with #2CA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA759; }
p { color: rgb(44,167,89); }
H1.HeaderClassName
{
color: #2CA759;
}
.AnyTagClassName
{
color: #2CA759;
}
</style>
background-color css
<style>
a { background-color: #2CA759; }
a { background-color: rgb(44,167,89); }
div.DivClassName
{
background-color: #2CA759;
}
.BgClassName
{
background-color: #2CA759;
}
</style>
border-color css
<style>
span { border-color: #2CA759; }
span { border-color: rgb(44,167,89); }
td.TdClassName
{
border-color: #2CA759;
}
.TagClassName
{
border-color: #2CA759;
}
</style>