Shades of Timber Green #2D3E32
Tints of Timber Green #2D3E32
RGB
CMYK
RGB Variations
Color information
#2D3E32 (or 0x2D3E32) is known color: Timber Green. HEX triplet: 2D, 3E and 32. RGB value is (45,62,50). Sum of RGB (Red+Green+Blue) = 45+62+50=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3E32 is #D2C1CD. Grayscale: #373737. Windows color (decimal): -13812174 or 3292717. OLE color: 3292717.
HSL color Cylindrical-coordinate representation of color #2D3E32: hue angle of 137.65º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D3E32 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 50 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.76 |
| HSL | 137.65º | 0.16% | 0.21% | - |
| HSV(B) | 137.65º | 0.27% | 0.24% | - |
| XYZ | 3.38 | 4.23 | 3.66 | - |
| YUV | 55.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 50 | 0.27 | 0 | 0.19 | 0.76 | 137.65 | 0.16 | 0.21 |
| Hex | 2D | 3E | 32 | 1B | 0 | 13 | 4C | 8A | 10 | 15 |
| Octal | 55 | 76 | 62 | 33 | 0 | 23 | 114 | 212 | 20 | 25 |
| Binary | 101101 | 111110 | 110010 | 11011 | 0 | 10011 | 1001100 | 10001010 | 10000 | 10101 |
Color Harmonies of #2D3E32
Complementary color
Monochromatic Colors of #2D3E32
Black with #2D3E32
Text Example
Text Example
White with #2D3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E32; }
p { color: rgb(45,62,50); }
H1.HeaderClassName
{
color: #2D3E32;
}
.AnyTagClassName
{
color: #2D3E32;
}
</style>
background-color css
<style>
a { background-color: #2D3E32; }
a { background-color: rgb(45,62,50); }
div.DivClassName
{
background-color: #2D3E32;
}
.BgClassName
{
background-color: #2D3E32;
}
</style>
border-color css
<style>
span { border-color: #2D3E32; }
span { border-color: rgb(45,62,50); }
td.TdClassName
{
border-color: #2D3E32;
}
.TagClassName
{
border-color: #2D3E32;
}
</style>