Shades of Timber Green #2D4B2F
Tints of Timber Green #2D4B2F
RGB
CMYK
RGB Variations
Color information
#2D4B2F (or 0x2D4B2F) is known color: Timber Green. HEX triplet: 2D, 4B and 2F. RGB value is (45,75,47). Sum of RGB (Red+Green+Blue) = 45+75+47=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B2F is #D2B4D0. Grayscale: #3E3E3E. Windows color (decimal): -13808849 or 3099437. OLE color: 3099437.
HSL color Cylindrical-coordinate representation of color #2D4B2F: hue angle of 124º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D4B2F is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 47 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.71 |
| HSL | 124º | 0.25% | 0.24% | - |
| HSV(B) | 124º | 0.4% | 0.29% | - |
| XYZ | 4.11 | 5.8 | 3.59 | - |
| YUV | 62.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 47 | 0.40 | 0 | 0.37 | 0.71 | 124 | 0.25 | 0.24 |
| Hex | 2D | 4B | 2F | 28 | 0 | 25 | 47 | 7C | 19 | 18 |
| Octal | 55 | 113 | 57 | 50 | 0 | 45 | 107 | 174 | 31 | 30 |
| Binary | 101101 | 1001011 | 101111 | 101000 | 0 | 100101 | 1000111 | 1111100 | 11001 | 11000 |
Color Harmonies of #2D4B2F
Complementary color
Monochromatic Colors of #2D4B2F
Black with #2D4B2F
Text Example
Text Example
White with #2D4B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B2F; }
p { color: rgb(45,75,47); }
H1.HeaderClassName
{
color: #2D4B2F;
}
.AnyTagClassName
{
color: #2D4B2F;
}
</style>
background-color css
<style>
a { background-color: #2D4B2F; }
a { background-color: rgb(45,75,47); }
div.DivClassName
{
background-color: #2D4B2F;
}
.BgClassName
{
background-color: #2D4B2F;
}
</style>
border-color css
<style>
span { border-color: #2D4B2F; }
span { border-color: rgb(45,75,47); }
td.TdClassName
{
border-color: #2D4B2F;
}
.TagClassName
{
border-color: #2D4B2F;
}
</style>