Shades of Eucalyptus #2F9B5C
Tints of Eucalyptus #2F9B5C
RGB
CMYK
RGB Variations
Color information
#2F9B5C (or 0x2F9B5C) is known color: Eucalyptus. HEX triplet: 2F, 9B and 5C. RGB value is (47,155,92). Sum of RGB (Red+Green+Blue) = 47+155+92=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9B5C is #D064A3. Grayscale: #737373. Windows color (decimal): -13657252 or 6069039. OLE color: 6069039.
HSL color Cylindrical-coordinate representation of color #2F9B5C: hue angle of 145º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9B5C is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 155 | 92 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.39 |
| HSL | 145º | 0.53% | 0.4% | - |
| HSV(B) | 145º | 0.7% | 0.61% | - |
| XYZ | 14.83 | 24.82 | 14.13 | - |
| YUV | 115.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 92 | 0.70 | 0 | 0.41 | 0.39 | 145 | 0.53 | 0.4 |
| Hex | 2F | 9B | 5C | 46 | 0 | 29 | 27 | 91 | 35 | 28 |
| Octal | 57 | 233 | 134 | 106 | 0 | 51 | 47 | 221 | 65 | 50 |
| Binary | 101111 | 10011011 | 1011100 | 1000110 | 0 | 101001 | 100111 | 10010001 | 110101 | 101000 |
Color Harmonies of #2F9B5C
Complementary color
Monochromatic Colors of #2F9B5C
Black with #2F9B5C
Text Example
Text Example
White with #2F9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9B5C; }
p { color: rgb(47,155,92); }
H1.HeaderClassName
{
color: #2F9B5C;
}
.AnyTagClassName
{
color: #2F9B5C;
}
</style>
background-color css
<style>
a { background-color: #2F9B5C; }
a { background-color: rgb(47,155,92); }
div.DivClassName
{
background-color: #2F9B5C;
}
.BgClassName
{
background-color: #2F9B5C;
}
</style>
border-color css
<style>
span { border-color: #2F9B5C; }
span { border-color: rgb(47,155,92); }
td.TdClassName
{
border-color: #2F9B5C;
}
.TagClassName
{
border-color: #2F9B5C;
}
</style>