Shades of Timber Green #2A432F
Tints of Timber Green #2A432F
RGB
CMYK
RGB Variations
Color information
#2A432F (or 0x2A432F) is known color: Timber Green. HEX triplet: 2A, 43 and 2F. RGB value is (42,67,47). Sum of RGB (Red+Green+Blue) = 42+67+47=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #2A432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A432F is #D5BCD0. Grayscale: #393939. Windows color (decimal): -14007505 or 3097386. OLE color: 3097386.
HSL color Cylindrical-coordinate representation of color #2A432F: hue angle of 132º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2A432F is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 47 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.74 |
| HSL | 132º | 0.23% | 0.21% | - |
| HSV(B) | 132º | 0.37% | 0.26% | - |
| XYZ | 3.48 | 4.71 | 3.42 | - |
| YUV | 57.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 47 | 0.37 | 0 | 0.30 | 0.74 | 132 | 0.23 | 0.21 |
| Hex | 2A | 43 | 2F | 25 | 0 | 1E | 4A | 84 | 17 | 15 |
| Octal | 52 | 103 | 57 | 45 | 0 | 36 | 112 | 204 | 27 | 25 |
| Binary | 101010 | 1000011 | 101111 | 100101 | 0 | 11110 | 1001010 | 10000100 | 10111 | 10101 |
Color Harmonies of #2A432F
Complementary color
Monochromatic Colors of #2A432F
Black with #2A432F
Text Example
Text Example
White with #2A432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A432F; }
p { color: rgb(42,67,47); }
H1.HeaderClassName
{
color: #2A432F;
}
.AnyTagClassName
{
color: #2A432F;
}
</style>
background-color css
<style>
a { background-color: #2A432F; }
a { background-color: rgb(42,67,47); }
div.DivClassName
{
background-color: #2A432F;
}
.BgClassName
{
background-color: #2A432F;
}
</style>
border-color css
<style>
span { border-color: #2A432F; }
span { border-color: rgb(42,67,47); }
td.TdClassName
{
border-color: #2A432F;
}
.TagClassName
{
border-color: #2A432F;
}
</style>