Shades of Eucalyptus #2F976E
Tints of Eucalyptus #2F976E
RGB
CMYK
RGB Variations
Color information
#2F976E (or 0x2F976E) is known color: Eucalyptus. HEX triplet: 2F, 97 and 6E. RGB value is (47,151,110). Sum of RGB (Red+Green+Blue) = 47+151+110=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #2F976E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F976E is #D06891. Grayscale: #737373. Windows color (decimal): -13658258 or 7247663. OLE color: 7247663.
HSL color Cylindrical-coordinate representation of color #2F976E: hue angle of 156.35º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F976E is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 110 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.41 |
| HSL | 156.35º | 0.53% | 0.39% | - |
| HSV(B) | 156.35º | 0.69% | 0.59% | - |
| XYZ | 15.05 | 23.86 | 18.56 | - |
| YUV | 115.23 | 125.04 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 110 | 0.69 | 0 | 0.27 | 0.41 | 156.35 | 0.53 | 0.39 |
| Hex | 2F | 97 | 6E | 45 | 0 | 1B | 29 | 9C | 35 | 27 |
| Octal | 57 | 227 | 156 | 105 | 0 | 33 | 51 | 234 | 65 | 47 |
| Binary | 101111 | 10010111 | 1101110 | 1000101 | 0 | 11011 | 101001 | 10011100 | 110101 | 100111 |
Color Harmonies of #2F976E
Complementary color
Monochromatic Colors of #2F976E
Black with #2F976E
Text Example
Text Example
White with #2F976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F976E; }
p { color: rgb(47,151,110); }
H1.HeaderClassName
{
color: #2F976E;
}
.AnyTagClassName
{
color: #2F976E;
}
</style>
background-color css
<style>
a { background-color: #2F976E; }
a { background-color: rgb(47,151,110); }
div.DivClassName
{
background-color: #2F976E;
}
.BgClassName
{
background-color: #2F976E;
}
</style>
border-color css
<style>
span { border-color: #2F976E; }
span { border-color: rgb(47,151,110); }
td.TdClassName
{
border-color: #2F976E;
}
.TagClassName
{
border-color: #2F976E;
}
</style>