Shades of Eucalyptus #2C9F72
Tints of Eucalyptus #2C9F72
RGB
CMYK
RGB Variations
Color information
#2C9F72 (or 0x2C9F72) is known color: Eucalyptus. HEX triplet: 2C, 9F and 72. RGB value is (44,159,114). Sum of RGB (Red+Green+Blue) = 44+159+114=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #2C9F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9F72 is #D3608D. Grayscale: #777777. Windows color (decimal): -13852814 or 7511852. OLE color: 7511852.
HSL color Cylindrical-coordinate representation of color #2C9F72: hue angle of 156.52º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9F72 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 159 | 114 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.38 |
| HSL | 156.52º | 0.57% | 0.4% | - |
| HSV(B) | 156.52º | 0.72% | 0.62% | - |
| XYZ | 16.47 | 26.55 | 20.18 | - |
| YUV | 119.49 | 124.9 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 159 | 114 | 0.72 | 0 | 0.28 | 0.38 | 156.52 | 0.57 | 0.4 |
| Hex | 2C | 9F | 72 | 48 | 0 | 1C | 26 | 9D | 39 | 28 |
| Octal | 54 | 237 | 162 | 110 | 0 | 34 | 46 | 235 | 71 | 50 |
| Binary | 101100 | 10011111 | 1110010 | 1001000 | 0 | 11100 | 100110 | 10011101 | 111001 | 101000 |
Color Harmonies of #2C9F72
Complementary color
Monochromatic Colors of #2C9F72
Black with #2C9F72
Text Example
Text Example
White with #2C9F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9F72; }
p { color: rgb(44,159,114); }
H1.HeaderClassName
{
color: #2C9F72;
}
.AnyTagClassName
{
color: #2C9F72;
}
</style>
background-color css
<style>
a { background-color: #2C9F72; }
a { background-color: rgb(44,159,114); }
div.DivClassName
{
background-color: #2C9F72;
}
.BgClassName
{
background-color: #2C9F72;
}
</style>
border-color css
<style>
span { border-color: #2C9F72; }
span { border-color: rgb(44,159,114); }
td.TdClassName
{
border-color: #2C9F72;
}
.TagClassName
{
border-color: #2C9F72;
}
</style>