Shades of Eucalyptus #2F9E5B
Tints of Eucalyptus #2F9E5B
RGB
CMYK
RGB Variations
Color information
#2F9E5B (or 0x2F9E5B) is known color: Eucalyptus. HEX triplet: 2F, 9E and 5B. RGB value is (47,158,91). Sum of RGB (Red+Green+Blue) = 47+158+91=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9E5B is #D061A4. Grayscale: #757575. Windows color (decimal): -13656485 or 6004271. OLE color: 6004271.
HSL color Cylindrical-coordinate representation of color #2F9E5B: hue angle of 143.78º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E5B is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 158 | 91 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.38 |
| HSL | 143.78º | 0.54% | 0.4% | - |
| HSV(B) | 143.78º | 0.7% | 0.62% | - |
| XYZ | 15.29 | 25.81 | 14.07 | - |
| YUV | 117.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 158 | 91 | 0.70 | 0 | 0.42 | 0.38 | 143.78 | 0.54 | 0.4 |
| Hex | 2F | 9E | 5B | 46 | 0 | 2A | 26 | 90 | 36 | 28 |
| Octal | 57 | 236 | 133 | 106 | 0 | 52 | 46 | 220 | 66 | 50 |
| Binary | 101111 | 10011110 | 1011011 | 1000110 | 0 | 101010 | 100110 | 10010000 | 110110 | 101000 |
Color Harmonies of #2F9E5B
Complementary color
Monochromatic Colors of #2F9E5B
Black with #2F9E5B
Text Example
Text Example
White with #2F9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9E5B; }
p { color: rgb(47,158,91); }
H1.HeaderClassName
{
color: #2F9E5B;
}
.AnyTagClassName
{
color: #2F9E5B;
}
</style>
background-color css
<style>
a { background-color: #2F9E5B; }
a { background-color: rgb(47,158,91); }
div.DivClassName
{
background-color: #2F9E5B;
}
.BgClassName
{
background-color: #2F9E5B;
}
</style>
border-color css
<style>
span { border-color: #2F9E5B; }
span { border-color: rgb(47,158,91); }
td.TdClassName
{
border-color: #2F9E5B;
}
.TagClassName
{
border-color: #2F9E5B;
}
</style>