Shades of Timber Green #2A3E30
Tints of Timber Green #2A3E30
RGB
CMYK
RGB Variations
Color information
#2A3E30 (or 0x2A3E30) is known color: Timber Green. HEX triplet: 2A, 3E and 30. RGB value is (42,62,48). Sum of RGB (Red+Green+Blue) = 42+62+48=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3E30 is #D5C1CF. Grayscale: #363636. Windows color (decimal): -14008784 or 3161642. OLE color: 3161642.
HSL color Cylindrical-coordinate representation of color #2A3E30: hue angle of 138º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2A3E30 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 62 | 48 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.76 |
| HSL | 138º | 0.19% | 0.2% | - |
| HSV(B) | 138º | 0.32% | 0.24% | - |
| XYZ | 3.21 | 4.15 | 3.43 | - |
| YUV | 54.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 62 | 48 | 0.32 | 0 | 0.23 | 0.76 | 138 | 0.19 | 0.2 |
| Hex | 2A | 3E | 30 | 20 | 0 | 17 | 4C | 8A | 13 | 14 |
| Octal | 52 | 76 | 60 | 40 | 0 | 27 | 114 | 212 | 23 | 24 |
| Binary | 101010 | 111110 | 110000 | 100000 | 0 | 10111 | 1001100 | 10001010 | 10011 | 10100 |
Color Harmonies of #2A3E30
Complementary color
Monochromatic Colors of #2A3E30
Black with #2A3E30
Text Example
Text Example
White with #2A3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3E30; }
p { color: rgb(42,62,48); }
H1.HeaderClassName
{
color: #2A3E30;
}
.AnyTagClassName
{
color: #2A3E30;
}
</style>
background-color css
<style>
a { background-color: #2A3E30; }
a { background-color: rgb(42,62,48); }
div.DivClassName
{
background-color: #2A3E30;
}
.BgClassName
{
background-color: #2A3E30;
}
</style>
border-color css
<style>
span { border-color: #2A3E30; }
span { border-color: rgb(42,62,48); }
td.TdClassName
{
border-color: #2A3E30;
}
.TagClassName
{
border-color: #2A3E30;
}
</style>