Shades of Timber Green #284A2E
Tints of Timber Green #284A2E
RGB
CMYK
RGB Variations
Color information
#284A2E (or 0x284A2E) is known color: Timber Green. HEX triplet: 28, 4A and 2E. RGB value is (40,74,46). Sum of RGB (Red+Green+Blue) = 40+74+46=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #284A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A2E is #D7B5D1. Grayscale: #3C3C3C. Windows color (decimal): -14136786 or 3033640. OLE color: 3033640.
HSL color Cylindrical-coordinate representation of color #284A2E: hue angle of 130.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A2E is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 46 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.71 |
| HSL | 130.59º | 0.3% | 0.22% | - |
| HSV(B) | 130.59º | 0.46% | 0.29% | - |
| XYZ | 3.82 | 5.55 | 3.45 | - |
| YUV | 60.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 46 | 0.46 | 0 | 0.38 | 0.71 | 130.59 | 0.3 | 0.22 |
| Hex | 28 | 4A | 2E | 2E | 0 | 26 | 47 | 83 | 1E | 16 |
| Octal | 50 | 112 | 56 | 56 | 0 | 46 | 107 | 203 | 36 | 26 |
| Binary | 101000 | 1001010 | 101110 | 101110 | 0 | 100110 | 1000111 | 10000011 | 11110 | 10110 |
Color Harmonies of #284A2E
Complementary color
Monochromatic Colors of #284A2E
Black with #284A2E
Text Example
Text Example
White with #284A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A2E; }
p { color: rgb(40,74,46); }
H1.HeaderClassName
{
color: #284A2E;
}
.AnyTagClassName
{
color: #284A2E;
}
</style>
background-color css
<style>
a { background-color: #284A2E; }
a { background-color: rgb(40,74,46); }
div.DivClassName
{
background-color: #284A2E;
}
.BgClassName
{
background-color: #284A2E;
}
</style>
border-color css
<style>
span { border-color: #284A2E; }
span { border-color: rgb(40,74,46); }
td.TdClassName
{
border-color: #284A2E;
}
.TagClassName
{
border-color: #284A2E;
}
</style>