Shades of Eucalyptus #2CA052
Tints of Eucalyptus #2CA052
RGB
CMYK
RGB Variations
Color information
#2CA052 (or 0x2CA052) is known color: Eucalyptus. HEX triplet: 2C, A0 and 52. RGB value is (44,160,82). Sum of RGB (Red+Green+Blue) = 44+160+82=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA052 is #D35FAD. Grayscale: #747474. Windows color (decimal): -13852590 or 5414956. OLE color: 5414956.
HSL color Cylindrical-coordinate representation of color #2CA052: hue angle of 139.66º 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 #2CA052 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 82 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.37 |
| HSL | 139.66º | 0.57% | 0.4% | - |
| HSV(B) | 139.66º | 0.73% | 0.63% | - |
| XYZ | 15.13 | 26.29 | 12.26 | - |
| YUV | 116.42 | 108.57 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 82 | 0.72 | 0 | 0.49 | 0.37 | 139.66 | 0.57 | 0.4 |
| Hex | 2C | A0 | 52 | 48 | 0 | 31 | 25 | 8C | 39 | 28 |
| Octal | 54 | 240 | 122 | 110 | 0 | 61 | 45 | 214 | 71 | 50 |
| Binary | 101100 | 10100000 | 1010010 | 1001000 | 0 | 110001 | 100101 | 10001100 | 111001 | 101000 |
Color Harmonies of #2CA052
Complementary color
Monochromatic Colors of #2CA052
Black with #2CA052
Text Example
Text Example
White with #2CA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA052; }
p { color: rgb(44,160,82); }
H1.HeaderClassName
{
color: #2CA052;
}
.AnyTagClassName
{
color: #2CA052;
}
</style>
background-color css
<style>
a { background-color: #2CA052; }
a { background-color: rgb(44,160,82); }
div.DivClassName
{
background-color: #2CA052;
}
.BgClassName
{
background-color: #2CA052;
}
</style>
border-color css
<style>
span { border-color: #2CA052; }
span { border-color: rgb(44,160,82); }
td.TdClassName
{
border-color: #2CA052;
}
.TagClassName
{
border-color: #2CA052;
}
</style>