Shades of Eucalyptus #2F955C
Tints of Eucalyptus #2F955C
RGB
CMYK
RGB Variations
Color information
#2F955C (or 0x2F955C) is known color: Eucalyptus. HEX triplet: 2F, 95 and 5C. RGB value is (47,149,92). Sum of RGB (Red+Green+Blue) = 47+149+92=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #2F955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F955C is #D06AA3. Grayscale: #707070. Windows color (decimal): -13658788 or 6067503. OLE color: 6067503.
HSL color Cylindrical-coordinate representation of color #2F955C: hue angle of 146.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F955C is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 92 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.42 |
| HSL | 146.47º | 0.52% | 0.38% | - |
| HSV(B) | 146.47º | 0.68% | 0.58% | - |
| XYZ | 13.85 | 22.87 | 13.81 | - |
| YUV | 112 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 92 | 0.68 | 0 | 0.38 | 0.42 | 146.47 | 0.52 | 0.38 |
| Hex | 2F | 95 | 5C | 44 | 0 | 26 | 2A | 92 | 34 | 26 |
| Octal | 57 | 225 | 134 | 104 | 0 | 46 | 52 | 222 | 64 | 46 |
| Binary | 101111 | 10010101 | 1011100 | 1000100 | 0 | 100110 | 101010 | 10010010 | 110100 | 100110 |
Color Harmonies of #2F955C
Complementary color
Monochromatic Colors of #2F955C
Black with #2F955C
Text Example
Text Example
White with #2F955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F955C; }
p { color: rgb(47,149,92); }
H1.HeaderClassName
{
color: #2F955C;
}
.AnyTagClassName
{
color: #2F955C;
}
</style>
background-color css
<style>
a { background-color: #2F955C; }
a { background-color: rgb(47,149,92); }
div.DivClassName
{
background-color: #2F955C;
}
.BgClassName
{
background-color: #2F955C;
}
</style>
border-color css
<style>
span { border-color: #2F955C; }
span { border-color: rgb(47,149,92); }
td.TdClassName
{
border-color: #2F955C;
}
.TagClassName
{
border-color: #2F955C;
}
</style>