Shades of Timber Green #2D4132
Tints of Timber Green #2D4132
RGB
CMYK
RGB Variations
Color information
#2D4132 (or 0x2D4132) is known color: Timber Green. HEX triplet: 2D, 41 and 32. RGB value is (45,65,50). Sum of RGB (Red+Green+Blue) = 45+65+50=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4132 is #D2BECD. Grayscale: #393939. Windows color (decimal): -13811406 or 3293485. OLE color: 3293485.
HSL color Cylindrical-coordinate representation of color #2D4132: hue angle of 135º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D4132 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 50 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.75 |
| HSL | 135º | 0.18% | 0.22% | - |
| HSV(B) | 135º | 0.31% | 0.25% | - |
| XYZ | 3.55 | 4.57 | 3.71 | - |
| YUV | 57.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 50 | 0.31 | 0 | 0.23 | 0.75 | 135 | 0.18 | 0.22 |
| Hex | 2D | 41 | 32 | 1F | 0 | 17 | 4B | 87 | 12 | 16 |
| Octal | 55 | 101 | 62 | 37 | 0 | 27 | 113 | 207 | 22 | 26 |
| Binary | 101101 | 1000001 | 110010 | 11111 | 0 | 10111 | 1001011 | 10000111 | 10010 | 10110 |
Color Harmonies of #2D4132
Complementary color
Monochromatic Colors of #2D4132
Black with #2D4132
Text Example
Text Example
White with #2D4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4132; }
p { color: rgb(45,65,50); }
H1.HeaderClassName
{
color: #2D4132;
}
.AnyTagClassName
{
color: #2D4132;
}
</style>
background-color css
<style>
a { background-color: #2D4132; }
a { background-color: rgb(45,65,50); }
div.DivClassName
{
background-color: #2D4132;
}
.BgClassName
{
background-color: #2D4132;
}
</style>
border-color css
<style>
span { border-color: #2D4132; }
span { border-color: rgb(45,65,50); }
td.TdClassName
{
border-color: #2D4132;
}
.TagClassName
{
border-color: #2D4132;
}
</style>