Shades of Timber Green #284B2F
Tints of Timber Green #284B2F
RGB
CMYK
RGB Variations
Color information
#284B2F (or 0x284B2F) is known color: Timber Green. HEX triplet: 28, 4B and 2F. RGB value is (40,75,47). Sum of RGB (Red+Green+Blue) = 40+75+47=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #284B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284B2F is #D7B4D0. Grayscale: #3D3D3D. Windows color (decimal): -14136529 or 3099432. OLE color: 3099432.
HSL color Cylindrical-coordinate representation of color #284B2F: hue angle of 132º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284B2F is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 75 | 47 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.71 |
| HSL | 132º | 0.3% | 0.23% | - |
| HSV(B) | 132º | 0.47% | 0.29% | - |
| XYZ | 3.9 | 5.69 | 3.58 | - |
| YUV | 61.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 47 | 0.47 | 0 | 0.37 | 0.71 | 132 | 0.3 | 0.23 |
| Hex | 28 | 4B | 2F | 2F | 0 | 25 | 47 | 84 | 1E | 17 |
| Octal | 50 | 113 | 57 | 57 | 0 | 45 | 107 | 204 | 36 | 27 |
| Binary | 101000 | 1001011 | 101111 | 101111 | 0 | 100101 | 1000111 | 10000100 | 11110 | 10111 |
Color Harmonies of #284B2F
Complementary color
Monochromatic Colors of #284B2F
Black with #284B2F
Text Example
Text Example
White with #284B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B2F; }
p { color: rgb(40,75,47); }
H1.HeaderClassName
{
color: #284B2F;
}
.AnyTagClassName
{
color: #284B2F;
}
</style>
background-color css
<style>
a { background-color: #284B2F; }
a { background-color: rgb(40,75,47); }
div.DivClassName
{
background-color: #284B2F;
}
.BgClassName
{
background-color: #284B2F;
}
</style>
border-color css
<style>
span { border-color: #284B2F; }
span { border-color: rgb(40,75,47); }
td.TdClassName
{
border-color: #284B2F;
}
.TagClassName
{
border-color: #284B2F;
}
</style>