Shades of Eucalyptus #2CA162
Tints of Eucalyptus #2CA162
RGB
CMYK
RGB Variations
Color information
#2CA162 (or 0x2CA162) is known color: Eucalyptus. HEX triplet: 2C, A1 and 62. RGB value is (44,161,98). Sum of RGB (Red+Green+Blue) = 44+161+98=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA162 is #D35E9D. Grayscale: #767676. Windows color (decimal): -13852318 or 6463788. OLE color: 6463788.
HSL color Cylindrical-coordinate representation of color #2CA162: hue angle of 147.69º 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 #2CA162 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 98 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.37 |
| HSL | 147.69º | 0.57% | 0.4% | - |
| HSV(B) | 147.69º | 0.73% | 0.63% | - |
| XYZ | 15.99 | 26.91 | 15.91 | - |
| YUV | 118.84 | 116.24 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 98 | 0.73 | 0 | 0.39 | 0.37 | 147.69 | 0.57 | 0.4 |
| Hex | 2C | A1 | 62 | 49 | 0 | 27 | 25 | 94 | 39 | 28 |
| Octal | 54 | 241 | 142 | 111 | 0 | 47 | 45 | 224 | 71 | 50 |
| Binary | 101100 | 10100001 | 1100010 | 1001001 | 0 | 100111 | 100101 | 10010100 | 111001 | 101000 |
Color Harmonies of #2CA162
Complementary color
Monochromatic Colors of #2CA162
Black with #2CA162
Text Example
Text Example
White with #2CA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA162; }
p { color: rgb(44,161,98); }
H1.HeaderClassName
{
color: #2CA162;
}
.AnyTagClassName
{
color: #2CA162;
}
</style>
background-color css
<style>
a { background-color: #2CA162; }
a { background-color: rgb(44,161,98); }
div.DivClassName
{
background-color: #2CA162;
}
.BgClassName
{
background-color: #2CA162;
}
</style>
border-color css
<style>
span { border-color: #2CA162; }
span { border-color: rgb(44,161,98); }
td.TdClassName
{
border-color: #2CA162;
}
.TagClassName
{
border-color: #2CA162;
}
</style>