Shades of Timber Green #2A4D2F
Tints of Timber Green #2A4D2F
RGB
CMYK
RGB Variations
Color information
#2A4D2F (or 0x2A4D2F) is known color: Timber Green. HEX triplet: 2A, 4D and 2F. RGB value is (42,77,47). Sum of RGB (Red+Green+Blue) = 42+77+47=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4D2F is #D5B2D0. Grayscale: #3F3F3F. Windows color (decimal): -14004945 or 3099946. OLE color: 3099946.
HSL color Cylindrical-coordinate representation of color #2A4D2F: hue angle of 128.57º 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 #2A4D2F is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 77 | 47 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.70 |
| HSL | 128.57º | 0.29% | 0.23% | - |
| HSV(B) | 128.57º | 0.45% | 0.3% | - |
| XYZ | 4.12 | 6.01 | 3.63 | - |
| YUV | 63.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 47 | 0.45 | 0 | 0.39 | 0.70 | 128.57 | 0.29 | 0.23 |
| Hex | 2A | 4D | 2F | 2D | 0 | 27 | 46 | 81 | 1D | 17 |
| Octal | 52 | 115 | 57 | 55 | 0 | 47 | 106 | 201 | 35 | 27 |
| Binary | 101010 | 1001101 | 101111 | 101101 | 0 | 100111 | 1000110 | 10000001 | 11101 | 10111 |
Color Harmonies of #2A4D2F
Complementary color
Monochromatic Colors of #2A4D2F
Black with #2A4D2F
Text Example
Text Example
White with #2A4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4D2F; }
p { color: rgb(42,77,47); }
H1.HeaderClassName
{
color: #2A4D2F;
}
.AnyTagClassName
{
color: #2A4D2F;
}
</style>
background-color css
<style>
a { background-color: #2A4D2F; }
a { background-color: rgb(42,77,47); }
div.DivClassName
{
background-color: #2A4D2F;
}
.BgClassName
{
background-color: #2A4D2F;
}
</style>
border-color css
<style>
span { border-color: #2A4D2F; }
span { border-color: rgb(42,77,47); }
td.TdClassName
{
border-color: #2A4D2F;
}
.TagClassName
{
border-color: #2A4D2F;
}
</style>