Shades of Timber Green #2D4A33
Tints of Timber Green #2D4A33
RGB
CMYK
RGB Variations
Color information
#2D4A33 (or 0x2D4A33) is known color: Timber Green. HEX triplet: 2D, 4A and 33. RGB value is (45,74,51). Sum of RGB (Red+Green+Blue) = 45+74+51=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A33 is #D2B5CC. Grayscale: #3E3E3E. Windows color (decimal): -13809101 or 3361325. OLE color: 3361325.
HSL color Cylindrical-coordinate representation of color #2D4A33: hue angle of 132.41º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D4A33 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 74 | 51 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.71 |
| HSL | 132.41º | 0.24% | 0.23% | - |
| HSV(B) | 132.41º | 0.39% | 0.29% | - |
| XYZ | 4.13 | 5.69 | 4.01 | - |
| YUV | 62.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 51 | 0.39 | 0 | 0.31 | 0.71 | 132.41 | 0.24 | 0.23 |
| Hex | 2D | 4A | 33 | 27 | 0 | 1F | 47 | 84 | 18 | 17 |
| Octal | 55 | 112 | 63 | 47 | 0 | 37 | 107 | 204 | 30 | 27 |
| Binary | 101101 | 1001010 | 110011 | 100111 | 0 | 11111 | 1000111 | 10000100 | 11000 | 10111 |
Color Harmonies of #2D4A33
Complementary color
Monochromatic Colors of #2D4A33
Black with #2D4A33
Text Example
Text Example
White with #2D4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A33; }
p { color: rgb(45,74,51); }
H1.HeaderClassName
{
color: #2D4A33;
}
.AnyTagClassName
{
color: #2D4A33;
}
</style>
background-color css
<style>
a { background-color: #2D4A33; }
a { background-color: rgb(45,74,51); }
div.DivClassName
{
background-color: #2D4A33;
}
.BgClassName
{
background-color: #2D4A33;
}
</style>
border-color css
<style>
span { border-color: #2D4A33; }
span { border-color: rgb(45,74,51); }
td.TdClassName
{
border-color: #2D4A33;
}
.TagClassName
{
border-color: #2D4A33;
}
</style>