Shades of Timber Green #2A4530
Tints of Timber Green #2A4530
RGB
CMYK
RGB Variations
Color information
#2A4530 (or 0x2A4530) is known color: Timber Green. HEX triplet: 2A, 45 and 30. RGB value is (42,69,48). Sum of RGB (Red+Green+Blue) = 42+69+48=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4530 is #D5BACF. Grayscale: #3A3A3A. Windows color (decimal): -14006992 or 3163434. OLE color: 3163434.
HSL color Cylindrical-coordinate representation of color #2A4530: hue angle of 133.33º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A4530 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 48 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.73 |
| HSL | 133.33º | 0.24% | 0.22% | - |
| HSV(B) | 133.33º | 0.39% | 0.27% | - |
| XYZ | 3.62 | 4.96 | 3.56 | - |
| YUV | 58.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 48 | 0.39 | 0 | 0.30 | 0.73 | 133.33 | 0.24 | 0.22 |
| Hex | 2A | 45 | 30 | 27 | 0 | 1E | 49 | 85 | 18 | 16 |
| Octal | 52 | 105 | 60 | 47 | 0 | 36 | 111 | 205 | 30 | 26 |
| Binary | 101010 | 1000101 | 110000 | 100111 | 0 | 11110 | 1001001 | 10000101 | 11000 | 10110 |
Color Harmonies of #2A4530
Complementary color
Monochromatic Colors of #2A4530
Black with #2A4530
Text Example
Text Example
White with #2A4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4530; }
p { color: rgb(42,69,48); }
H1.HeaderClassName
{
color: #2A4530;
}
.AnyTagClassName
{
color: #2A4530;
}
</style>
background-color css
<style>
a { background-color: #2A4530; }
a { background-color: rgb(42,69,48); }
div.DivClassName
{
background-color: #2A4530;
}
.BgClassName
{
background-color: #2A4530;
}
</style>
border-color css
<style>
span { border-color: #2A4530; }
span { border-color: rgb(42,69,48); }
td.TdClassName
{
border-color: #2A4530;
}
.TagClassName
{
border-color: #2A4530;
}
</style>