Shades of Timber Green #2C4B34
Tints of Timber Green #2C4B34
RGB
CMYK
RGB Variations
Color information
#2C4B34 (or 0x2C4B34) is known color: Timber Green. HEX triplet: 2C, 4B and 34. RGB value is (44,75,52). Sum of RGB (Red+Green+Blue) = 44+75+52=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B34 is #D3B4CB. Grayscale: #3F3F3F. Windows color (decimal): -13874380 or 3427116. OLE color: 3427116.
HSL color Cylindrical-coordinate representation of color #2C4B34: hue angle of 135.48º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B34 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 75 | 52 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.71 |
| HSL | 135.48º | 0.26% | 0.23% | - |
| HSV(B) | 135.48º | 0.41% | 0.29% | - |
| XYZ | 4.17 | 5.82 | 4.15 | - |
| YUV | 63.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 52 | 0.41 | 0 | 0.31 | 0.71 | 135.48 | 0.26 | 0.23 |
| Hex | 2C | 4B | 34 | 29 | 0 | 1F | 47 | 87 | 1A | 17 |
| Octal | 54 | 113 | 64 | 51 | 0 | 37 | 107 | 207 | 32 | 27 |
| Binary | 101100 | 1001011 | 110100 | 101001 | 0 | 11111 | 1000111 | 10000111 | 11010 | 10111 |
Color Harmonies of #2C4B34
Complementary color
Monochromatic Colors of #2C4B34
Black with #2C4B34
Text Example
Text Example
White with #2C4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B34; }
p { color: rgb(44,75,52); }
H1.HeaderClassName
{
color: #2C4B34;
}
.AnyTagClassName
{
color: #2C4B34;
}
</style>
background-color css
<style>
a { background-color: #2C4B34; }
a { background-color: rgb(44,75,52); }
div.DivClassName
{
background-color: #2C4B34;
}
.BgClassName
{
background-color: #2C4B34;
}
</style>
border-color css
<style>
span { border-color: #2C4B34; }
span { border-color: rgb(44,75,52); }
td.TdClassName
{
border-color: #2C4B34;
}
.TagClassName
{
border-color: #2C4B34;
}
</style>