Shades of Timber Green #2C4630
Tints of Timber Green #2C4630
RGB
CMYK
RGB Variations
Color information
#2C4630 (or 0x2C4630) is known color: Timber Green. HEX triplet: 2C, 46 and 30. RGB value is (44,70,48). Sum of RGB (Red+Green+Blue) = 44+70+48=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4630 is #D3B9CF. Grayscale: #3B3B3B. Windows color (decimal): -13875664 or 3163692. OLE color: 3163692.
HSL color Cylindrical-coordinate representation of color #2C4630: hue angle of 129.23º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C4630 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 70 | 48 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.73 |
| HSL | 129.23º | 0.23% | 0.22% | - |
| HSV(B) | 129.23º | 0.37% | 0.27% | - |
| XYZ | 3.76 | 5.13 | 3.59 | - |
| YUV | 59.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 48 | 0.37 | 0 | 0.31 | 0.73 | 129.23 | 0.23 | 0.22 |
| Hex | 2C | 46 | 30 | 25 | 0 | 1F | 49 | 81 | 17 | 16 |
| Octal | 54 | 106 | 60 | 45 | 0 | 37 | 111 | 201 | 27 | 26 |
| Binary | 101100 | 1000110 | 110000 | 100101 | 0 | 11111 | 1001001 | 10000001 | 10111 | 10110 |
Color Harmonies of #2C4630
Complementary color
Monochromatic Colors of #2C4630
Black with #2C4630
Text Example
Text Example
White with #2C4630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4630; }
p { color: rgb(44,70,48); }
H1.HeaderClassName
{
color: #2C4630;
}
.AnyTagClassName
{
color: #2C4630;
}
</style>
background-color css
<style>
a { background-color: #2C4630; }
a { background-color: rgb(44,70,48); }
div.DivClassName
{
background-color: #2C4630;
}
.BgClassName
{
background-color: #2C4630;
}
</style>
border-color css
<style>
span { border-color: #2C4630; }
span { border-color: rgb(44,70,48); }
td.TdClassName
{
border-color: #2C4630;
}
.TagClassName
{
border-color: #2C4630;
}
</style>