Shades of Eucalyptus #2CA06D
Tints of Eucalyptus #2CA06D
RGB
CMYK
RGB Variations
Color information
#2CA06D (or 0x2CA06D) is known color: Eucalyptus. HEX triplet: 2C, A0 and 6D. RGB value is (44,160,109). Sum of RGB (Red+Green+Blue) = 44+160+109=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA06D is #D35F92. Grayscale: #777777. Windows color (decimal): -13852563 or 7184428. OLE color: 7184428.
HSL color Cylindrical-coordinate representation of color #2CA06D: hue angle of 153.62º 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 #2CA06D is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 109 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.37 |
| HSL | 153.62º | 0.57% | 0.4% | - |
| HSV(B) | 153.62º | 0.73% | 0.63% | - |
| XYZ | 16.37 | 26.78 | 18.77 | - |
| YUV | 119.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 109 | 0.72 | 0 | 0.32 | 0.37 | 153.62 | 0.57 | 0.4 |
| Hex | 2C | A0 | 6D | 48 | 0 | 20 | 25 | 9A | 39 | 28 |
| Octal | 54 | 240 | 155 | 110 | 0 | 40 | 45 | 232 | 71 | 50 |
| Binary | 101100 | 10100000 | 1101101 | 1001000 | 0 | 100000 | 100101 | 10011010 | 111001 | 101000 |
Color Harmonies of #2CA06D
Complementary color
Monochromatic Colors of #2CA06D
Black with #2CA06D
Text Example
Text Example
White with #2CA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA06D; }
p { color: rgb(44,160,109); }
H1.HeaderClassName
{
color: #2CA06D;
}
.AnyTagClassName
{
color: #2CA06D;
}
</style>
background-color css
<style>
a { background-color: #2CA06D; }
a { background-color: rgb(44,160,109); }
div.DivClassName
{
background-color: #2CA06D;
}
.BgClassName
{
background-color: #2CA06D;
}
</style>
border-color css
<style>
span { border-color: #2CA06D; }
span { border-color: rgb(44,160,109); }
td.TdClassName
{
border-color: #2CA06D;
}
.TagClassName
{
border-color: #2CA06D;
}
</style>