Shades of Timber Green #2A4C33
Tints of Timber Green #2A4C33
RGB
CMYK
RGB Variations
Color information
#2A4C33 (or 0x2A4C33) is known color: Timber Green. HEX triplet: 2A, 4C and 33. RGB value is (42,76,51). Sum of RGB (Red+Green+Blue) = 42+76+51=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4C33 is #D5B3CC. Grayscale: #3F3F3F. Windows color (decimal): -14005197 or 3361834. OLE color: 3361834.
HSL color Cylindrical-coordinate representation of color #2A4C33: hue angle of 135.88º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4C33 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 76 | 51 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.70 |
| HSL | 135.88º | 0.29% | 0.23% | - |
| HSV(B) | 135.88º | 0.45% | 0.3% | - |
| XYZ | 4.14 | 5.9 | 4.05 | - |
| YUV | 62.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 51 | 0.45 | 0 | 0.33 | 0.70 | 135.88 | 0.29 | 0.23 |
| Hex | 2A | 4C | 33 | 2D | 0 | 21 | 46 | 88 | 1D | 17 |
| Octal | 52 | 114 | 63 | 55 | 0 | 41 | 106 | 210 | 35 | 27 |
| Binary | 101010 | 1001100 | 110011 | 101101 | 0 | 100001 | 1000110 | 10001000 | 11101 | 10111 |
Color Harmonies of #2A4C33
Complementary color
Monochromatic Colors of #2A4C33
Black with #2A4C33
Text Example
Text Example
White with #2A4C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4C33; }
p { color: rgb(42,76,51); }
H1.HeaderClassName
{
color: #2A4C33;
}
.AnyTagClassName
{
color: #2A4C33;
}
</style>
background-color css
<style>
a { background-color: #2A4C33; }
a { background-color: rgb(42,76,51); }
div.DivClassName
{
background-color: #2A4C33;
}
.BgClassName
{
background-color: #2A4C33;
}
</style>
border-color css
<style>
span { border-color: #2A4C33; }
span { border-color: rgb(42,76,51); }
td.TdClassName
{
border-color: #2A4C33;
}
.TagClassName
{
border-color: #2A4C33;
}
</style>