Shades of Eucalyptus #2F9B5A
Tints of Eucalyptus #2F9B5A
RGB
CMYK
RGB Variations
Color information
#2F9B5A (or 0x2F9B5A) is known color: Eucalyptus. HEX triplet: 2F, 9B and 5A. RGB value is (47,155,90). Sum of RGB (Red+Green+Blue) = 47+155+90=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9B5A is #D064A5. Grayscale: #737373. Windows color (decimal): -13657254 or 5937967. OLE color: 5937967.
HSL color Cylindrical-coordinate representation of color #2F9B5A: hue angle of 143.89º 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 #2F9B5A is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 155 | 90 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.39 |
| HSL | 143.89º | 0.53% | 0.4% | - |
| HSV(B) | 143.89º | 0.7% | 0.61% | - |
| XYZ | 14.74 | 24.79 | 13.68 | - |
| YUV | 115.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 90 | 0.70 | 0 | 0.42 | 0.39 | 143.89 | 0.53 | 0.4 |
| Hex | 2F | 9B | 5A | 46 | 0 | 2A | 27 | 90 | 35 | 28 |
| Octal | 57 | 233 | 132 | 106 | 0 | 52 | 47 | 220 | 65 | 50 |
| Binary | 101111 | 10011011 | 1011010 | 1000110 | 0 | 101010 | 100111 | 10010000 | 110101 | 101000 |
Color Harmonies of #2F9B5A
Complementary color
Monochromatic Colors of #2F9B5A
Black with #2F9B5A
Text Example
Text Example
White with #2F9B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9B5A; }
p { color: rgb(47,155,90); }
H1.HeaderClassName
{
color: #2F9B5A;
}
.AnyTagClassName
{
color: #2F9B5A;
}
</style>
background-color css
<style>
a { background-color: #2F9B5A; }
a { background-color: rgb(47,155,90); }
div.DivClassName
{
background-color: #2F9B5A;
}
.BgClassName
{
background-color: #2F9B5A;
}
</style>
border-color css
<style>
span { border-color: #2F9B5A; }
span { border-color: rgb(47,155,90); }
td.TdClassName
{
border-color: #2F9B5A;
}
.TagClassName
{
border-color: #2F9B5A;
}
</style>