Shades of Eucalyptus #2F9F5B
Tints of Eucalyptus #2F9F5B
RGB
CMYK
RGB Variations
Color information
#2F9F5B (or 0x2F9F5B) is known color: Eucalyptus. HEX triplet: 2F, 9F and 5B. RGB value is (47,159,91). Sum of RGB (Red+Green+Blue) = 47+159+91=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9F5B is #D060A4. Grayscale: #757575. Windows color (decimal): -13656229 or 6004527. OLE color: 6004527.
HSL color Cylindrical-coordinate representation of color #2F9F5B: hue angle of 143.57º 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 #2F9F5B is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 159 | 91 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.38 |
| HSL | 143.57º | 0.54% | 0.4% | - |
| HSV(B) | 143.57º | 0.7% | 0.62% | - |
| XYZ | 15.46 | 26.16 | 14.13 | - |
| YUV | 117.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 91 | 0.70 | 0 | 0.43 | 0.38 | 143.57 | 0.54 | 0.4 |
| Hex | 2F | 9F | 5B | 46 | 0 | 2B | 26 | 90 | 36 | 28 |
| Octal | 57 | 237 | 133 | 106 | 0 | 53 | 46 | 220 | 66 | 50 |
| Binary | 101111 | 10011111 | 1011011 | 1000110 | 0 | 101011 | 100110 | 10010000 | 110110 | 101000 |
Color Harmonies of #2F9F5B
Complementary color
Monochromatic Colors of #2F9F5B
Black with #2F9F5B
Text Example
Text Example
White with #2F9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9F5B; }
p { color: rgb(47,159,91); }
H1.HeaderClassName
{
color: #2F9F5B;
}
.AnyTagClassName
{
color: #2F9F5B;
}
</style>
background-color css
<style>
a { background-color: #2F9F5B; }
a { background-color: rgb(47,159,91); }
div.DivClassName
{
background-color: #2F9F5B;
}
.BgClassName
{
background-color: #2F9F5B;
}
</style>
border-color css
<style>
span { border-color: #2F9F5B; }
span { border-color: rgb(47,159,91); }
td.TdClassName
{
border-color: #2F9F5B;
}
.TagClassName
{
border-color: #2F9F5B;
}
</style>