Shades of Timber Green #2F3E33
Tints of Timber Green #2F3E33
RGB
CMYK
RGB Variations
Color information
#2F3E33 (or 0x2F3E33) is known color: Timber Green. HEX triplet: 2F, 3E and 33. RGB value is (47,62,51). Sum of RGB (Red+Green+Blue) = 47+62+51=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E33 is #D0C1CC. Grayscale: #383838. Windows color (decimal): -13681101 or 3358255. OLE color: 3358255.
HSL color Cylindrical-coordinate representation of color #2F3E33: hue angle of 136º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3E33 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 51 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.76 |
| HSL | 136º | 0.14% | 0.21% | - |
| HSV(B) | 136º | 0.24% | 0.24% | - |
| XYZ | 3.49 | 4.29 | 3.78 | - |
| YUV | 56.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 51 | 0.24 | 0 | 0.18 | 0.76 | 136 | 0.14 | 0.21 |
| Hex | 2F | 3E | 33 | 18 | 0 | 12 | 4C | 88 | E | 15 |
| Octal | 57 | 76 | 63 | 30 | 0 | 22 | 114 | 210 | 16 | 25 |
| Binary | 101111 | 111110 | 110011 | 11000 | 0 | 10010 | 1001100 | 10001000 | 1110 | 10101 |
Color Harmonies of #2F3E33
Complementary color
Monochromatic Colors of #2F3E33
Black with #2F3E33
Text Example
Text Example
White with #2F3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E33; }
p { color: rgb(47,62,51); }
H1.HeaderClassName
{
color: #2F3E33;
}
.AnyTagClassName
{
color: #2F3E33;
}
</style>
background-color css
<style>
a { background-color: #2F3E33; }
a { background-color: rgb(47,62,51); }
div.DivClassName
{
background-color: #2F3E33;
}
.BgClassName
{
background-color: #2F3E33;
}
</style>
border-color css
<style>
span { border-color: #2F3E33; }
span { border-color: rgb(47,62,51); }
td.TdClassName
{
border-color: #2F3E33;
}
.TagClassName
{
border-color: #2F3E33;
}
</style>