Shades of Eucalyptus #2CA06B
Tints of Eucalyptus #2CA06B
RGB
CMYK
RGB Variations
Color information
#2CA06B (or 0x2CA06B) is known color: Eucalyptus. HEX triplet: 2C, A0 and 6B. RGB value is (44,160,107). Sum of RGB (Red+Green+Blue) = 44+160+107=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA06B is #D35F94. Grayscale: #777777. Windows color (decimal): -13852565 or 7053356. OLE color: 7053356.
HSL color Cylindrical-coordinate representation of color #2CA06B: hue angle of 152.59º 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 #2CA06B is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 107 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.37 |
| HSL | 152.59º | 0.57% | 0.4% | - |
| HSV(B) | 152.59º | 0.73% | 0.63% | - |
| XYZ | 16.26 | 26.74 | 18.21 | - |
| YUV | 119.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 107 | 0.72 | 0 | 0.33 | 0.37 | 152.59 | 0.57 | 0.4 |
| Hex | 2C | A0 | 6B | 48 | 0 | 21 | 25 | 99 | 39 | 28 |
| Octal | 54 | 240 | 153 | 110 | 0 | 41 | 45 | 231 | 71 | 50 |
| Binary | 101100 | 10100000 | 1101011 | 1001000 | 0 | 100001 | 100101 | 10011001 | 111001 | 101000 |
Color Harmonies of #2CA06B
Complementary color
Monochromatic Colors of #2CA06B
Black with #2CA06B
Text Example
Text Example
White with #2CA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA06B; }
p { color: rgb(44,160,107); }
H1.HeaderClassName
{
color: #2CA06B;
}
.AnyTagClassName
{
color: #2CA06B;
}
</style>
background-color css
<style>
a { background-color: #2CA06B; }
a { background-color: rgb(44,160,107); }
div.DivClassName
{
background-color: #2CA06B;
}
.BgClassName
{
background-color: #2CA06B;
}
</style>
border-color css
<style>
span { border-color: #2CA06B; }
span { border-color: rgb(44,160,107); }
td.TdClassName
{
border-color: #2CA06B;
}
.TagClassName
{
border-color: #2CA06B;
}
</style>