Shades of Eucalyptus #2CA151
Tints of Eucalyptus #2CA151
RGB
CMYK
RGB Variations
Color information
#2CA151 (or 0x2CA151) is known color: Eucalyptus. HEX triplet: 2C, A1 and 51. RGB value is (44,161,81). Sum of RGB (Red+Green+Blue) = 44+161+81=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA151 is #D35EAE. Grayscale: #757575. Windows color (decimal): -13852335 or 5349676. OLE color: 5349676.
HSL color Cylindrical-coordinate representation of color #2CA151: hue angle of 138.97º 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 #2CA151 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 81 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.37 |
| HSL | 138.97º | 0.57% | 0.4% | - |
| HSV(B) | 138.97º | 0.73% | 0.63% | - |
| XYZ | 15.27 | 26.62 | 12.12 | - |
| YUV | 116.9 | 107.74 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 81 | 0.73 | 0 | 0.50 | 0.37 | 138.97 | 0.57 | 0.4 |
| Hex | 2C | A1 | 51 | 49 | 0 | 32 | 25 | 8B | 39 | 28 |
| Octal | 54 | 241 | 121 | 111 | 0 | 62 | 45 | 213 | 71 | 50 |
| Binary | 101100 | 10100001 | 1010001 | 1001001 | 0 | 110010 | 100101 | 10001011 | 111001 | 101000 |
Color Harmonies of #2CA151
Complementary color
Monochromatic Colors of #2CA151
Black with #2CA151
Text Example
Text Example
White with #2CA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA151; }
p { color: rgb(44,161,81); }
H1.HeaderClassName
{
color: #2CA151;
}
.AnyTagClassName
{
color: #2CA151;
}
</style>
background-color css
<style>
a { background-color: #2CA151; }
a { background-color: rgb(44,161,81); }
div.DivClassName
{
background-color: #2CA151;
}
.BgClassName
{
background-color: #2CA151;
}
</style>
border-color css
<style>
span { border-color: #2CA151; }
span { border-color: rgb(44,161,81); }
td.TdClassName
{
border-color: #2CA151;
}
.TagClassName
{
border-color: #2CA151;
}
</style>