Shades of Timber Green #2C422E
Tints of Timber Green #2C422E
RGB
CMYK
RGB Variations
Color information
#2C422E (or 0x2C422E) is known color: Timber Green. HEX triplet: 2C, 42 and 2E. RGB value is (44,66,46). Sum of RGB (Red+Green+Blue) = 44+66+46=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #2C422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C422E is #D3BDD1. Grayscale: #393939. Windows color (decimal): -13876690 or 3031596. OLE color: 3031596.
HSL color Cylindrical-coordinate representation of color #2C422E: hue angle of 125.45º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2C422E is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 66 | 46 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.74 |
| HSL | 125.45º | 0.2% | 0.22% | - |
| HSV(B) | 125.45º | 0.33% | 0.26% | - |
| XYZ | 3.48 | 4.63 | 3.29 | - |
| YUV | 57.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 46 | 0.33 | 0 | 0.30 | 0.74 | 125.45 | 0.2 | 0.22 |
| Hex | 2C | 42 | 2E | 21 | 0 | 1E | 4A | 7D | 14 | 16 |
| Octal | 54 | 102 | 56 | 41 | 0 | 36 | 112 | 175 | 24 | 26 |
| Binary | 101100 | 1000010 | 101110 | 100001 | 0 | 11110 | 1001010 | 1111101 | 10100 | 10110 |
Color Harmonies of #2C422E
Complementary color
Monochromatic Colors of #2C422E
Black with #2C422E
Text Example
Text Example
White with #2C422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C422E; }
p { color: rgb(44,66,46); }
H1.HeaderClassName
{
color: #2C422E;
}
.AnyTagClassName
{
color: #2C422E;
}
</style>
background-color css
<style>
a { background-color: #2C422E; }
a { background-color: rgb(44,66,46); }
div.DivClassName
{
background-color: #2C422E;
}
.BgClassName
{
background-color: #2C422E;
}
</style>
border-color css
<style>
span { border-color: #2C422E; }
span { border-color: rgb(44,66,46); }
td.TdClassName
{
border-color: #2C422E;
}
.TagClassName
{
border-color: #2C422E;
}
</style>