Shades of Eucalyptus #2E9F72
Tints of Eucalyptus #2E9F72
RGB
CMYK
RGB Variations
Color information
#2E9F72 (or 0x2E9F72) is known color: Eucalyptus. HEX triplet: 2E, 9F and 72. RGB value is (46,159,114). Sum of RGB (Red+Green+Blue) = 46+159+114=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #2E9F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9F72 is #D1608D. Grayscale: #787878. Windows color (decimal): -13721742 or 7511854. OLE color: 7511854.
HSL color Cylindrical-coordinate representation of color #2E9F72: hue angle of 156.11º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9F72 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 159 | 114 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.38 |
| HSL | 156.11º | 0.55% | 0.4% | - |
| HSV(B) | 156.11º | 0.71% | 0.62% | - |
| XYZ | 16.56 | 26.59 | 20.18 | - |
| YUV | 120.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 114 | 0.71 | 0 | 0.28 | 0.38 | 156.11 | 0.55 | 0.4 |
| Hex | 2E | 9F | 72 | 47 | 0 | 1C | 26 | 9C | 37 | 28 |
| Octal | 56 | 237 | 162 | 107 | 0 | 34 | 46 | 234 | 67 | 50 |
| Binary | 101110 | 10011111 | 1110010 | 1000111 | 0 | 11100 | 100110 | 10011100 | 110111 | 101000 |
Color Harmonies of #2E9F72
Complementary color
Monochromatic Colors of #2E9F72
Black with #2E9F72
Text Example
Text Example
White with #2E9F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9F72; }
p { color: rgb(46,159,114); }
H1.HeaderClassName
{
color: #2E9F72;
}
.AnyTagClassName
{
color: #2E9F72;
}
</style>
background-color css
<style>
a { background-color: #2E9F72; }
a { background-color: rgb(46,159,114); }
div.DivClassName
{
background-color: #2E9F72;
}
.BgClassName
{
background-color: #2E9F72;
}
</style>
border-color css
<style>
span { border-color: #2E9F72; }
span { border-color: rgb(46,159,114); }
td.TdClassName
{
border-color: #2E9F72;
}
.TagClassName
{
border-color: #2E9F72;
}
</style>