Shades of Timber Green #2C4D33
Tints of Timber Green #2C4D33
RGB
CMYK
RGB Variations
Color information
#2C4D33 (or 0x2C4D33) is known color: Timber Green. HEX triplet: 2C, 4D and 33. RGB value is (44,77,51). Sum of RGB (Red+Green+Blue) = 44+77+51=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4D33 is #D3B2CC. Grayscale: #404040. Windows color (decimal): -13873869 or 3362092. OLE color: 3362092.
HSL color Cylindrical-coordinate representation of color #2C4D33: hue angle of 132.73º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C4D33 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 77 | 51 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.70 |
| HSL | 132.73º | 0.27% | 0.24% | - |
| HSV(B) | 132.73º | 0.43% | 0.3% | - |
| XYZ | 4.29 | 6.08 | 4.08 | - |
| YUV | 64.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 51 | 0.43 | 0 | 0.34 | 0.70 | 132.73 | 0.27 | 0.24 |
| Hex | 2C | 4D | 33 | 2B | 0 | 22 | 46 | 85 | 1B | 18 |
| Octal | 54 | 115 | 63 | 53 | 0 | 42 | 106 | 205 | 33 | 30 |
| Binary | 101100 | 1001101 | 110011 | 101011 | 0 | 100010 | 1000110 | 10000101 | 11011 | 11000 |
Color Harmonies of #2C4D33
Complementary color
Monochromatic Colors of #2C4D33
Black with #2C4D33
Text Example
Text Example
White with #2C4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4D33; }
p { color: rgb(44,77,51); }
H1.HeaderClassName
{
color: #2C4D33;
}
.AnyTagClassName
{
color: #2C4D33;
}
</style>
background-color css
<style>
a { background-color: #2C4D33; }
a { background-color: rgb(44,77,51); }
div.DivClassName
{
background-color: #2C4D33;
}
.BgClassName
{
background-color: #2C4D33;
}
</style>
border-color css
<style>
span { border-color: #2C4D33; }
span { border-color: rgb(44,77,51); }
td.TdClassName
{
border-color: #2C4D33;
}
.TagClassName
{
border-color: #2C4D33;
}
</style>