Shades of Eucalyptus #2F996B
Tints of Eucalyptus #2F996B
RGB
CMYK
RGB Variations
Color information
#2F996B (or 0x2F996B) is known color: Eucalyptus. HEX triplet: 2F, 99 and 6B. RGB value is (47,153,107). Sum of RGB (Red+Green+Blue) = 47+153+107=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #2F996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F996B is #D06694. Grayscale: #747474. Windows color (decimal): -13657749 or 7051567. OLE color: 7051567.
HSL color Cylindrical-coordinate representation of color #2F996B: hue angle of 153.96º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F996B is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 107 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.4 |
| HSL | 153.96º | 0.53% | 0.39% | - |
| HSV(B) | 153.96º | 0.69% | 0.6% | - |
| XYZ | 15.22 | 24.45 | 17.83 | - |
| YUV | 116.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 107 | 0.69 | 0 | 0.30 | 0.4 | 153.96 | 0.53 | 0.39 |
| Hex | 2F | 99 | 6B | 45 | 0 | 1E | 28 | 9A | 35 | 27 |
| Octal | 57 | 231 | 153 | 105 | 0 | 36 | 50 | 232 | 65 | 47 |
| Binary | 101111 | 10011001 | 1101011 | 1000101 | 0 | 11110 | 101000 | 10011010 | 110101 | 100111 |
Color Harmonies of #2F996B
Complementary color
Monochromatic Colors of #2F996B
Black with #2F996B
Text Example
Text Example
White with #2F996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F996B; }
p { color: rgb(47,153,107); }
H1.HeaderClassName
{
color: #2F996B;
}
.AnyTagClassName
{
color: #2F996B;
}
</style>
background-color css
<style>
a { background-color: #2F996B; }
a { background-color: rgb(47,153,107); }
div.DivClassName
{
background-color: #2F996B;
}
.BgClassName
{
background-color: #2F996B;
}
</style>
border-color css
<style>
span { border-color: #2F996B; }
span { border-color: rgb(47,153,107); }
td.TdClassName
{
border-color: #2F996B;
}
.TagClassName
{
border-color: #2F996B;
}
</style>