Shades of Eucalyptus #2F9D5B
Tints of Eucalyptus #2F9D5B
RGB
CMYK
RGB Variations
Color information
#2F9D5B (or 0x2F9D5B) is known color: Eucalyptus. HEX triplet: 2F, 9D and 5B. RGB value is (47,157,91). Sum of RGB (Red+Green+Blue) = 47+157+91=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #2F9D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9D5B is #D062A4. Grayscale: #747474. Windows color (decimal): -13656741 or 6004015. OLE color: 6004015.
HSL color Cylindrical-coordinate representation of color #2F9D5B: hue angle of 144º 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 #2F9D5B is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 157 | 91 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.38 |
| HSL | 144º | 0.54% | 0.4% | - |
| HSV(B) | 144º | 0.7% | 0.62% | - |
| XYZ | 15.12 | 25.47 | 14.02 | - |
| YUV | 116.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 157 | 91 | 0.70 | 0 | 0.42 | 0.38 | 144 | 0.54 | 0.4 |
| Hex | 2F | 9D | 5B | 46 | 0 | 2A | 26 | 90 | 36 | 28 |
| Octal | 57 | 235 | 133 | 106 | 0 | 52 | 46 | 220 | 66 | 50 |
| Binary | 101111 | 10011101 | 1011011 | 1000110 | 0 | 101010 | 100110 | 10010000 | 110110 | 101000 |
Color Harmonies of #2F9D5B
Complementary color
Monochromatic Colors of #2F9D5B
Black with #2F9D5B
Text Example
Text Example
White with #2F9D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9D5B; }
p { color: rgb(47,157,91); }
H1.HeaderClassName
{
color: #2F9D5B;
}
.AnyTagClassName
{
color: #2F9D5B;
}
</style>
background-color css
<style>
a { background-color: #2F9D5B; }
a { background-color: rgb(47,157,91); }
div.DivClassName
{
background-color: #2F9D5B;
}
.BgClassName
{
background-color: #2F9D5B;
}
</style>
border-color css
<style>
span { border-color: #2F9D5B; }
span { border-color: rgb(47,157,91); }
td.TdClassName
{
border-color: #2F9D5B;
}
.TagClassName
{
border-color: #2F9D5B;
}
</style>