Shades of Timber Green #284B2E
Tints of Timber Green #284B2E
RGB
CMYK
RGB Variations
Color information
#284B2E (or 0x284B2E) is known color: Timber Green. HEX triplet: 28, 4B and 2E. RGB value is (40,75,46). Sum of RGB (Red+Green+Blue) = 40+75+46=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #284B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284B2E is #D7B4D1. Grayscale: #3D3D3D. Windows color (decimal): -14136530 or 3033896. OLE color: 3033896.
HSL color Cylindrical-coordinate representation of color #284B2E: hue angle of 130.29º 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 #284B2E is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 75 | 46 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.71 |
| HSL | 130.29º | 0.3% | 0.23% | - |
| HSV(B) | 130.29º | 0.47% | 0.29% | - |
| XYZ | 3.88 | 5.68 | 3.48 | - |
| YUV | 61.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 46 | 0.47 | 0 | 0.39 | 0.71 | 130.29 | 0.3 | 0.23 |
| Hex | 28 | 4B | 2E | 2F | 0 | 27 | 47 | 82 | 1E | 17 |
| Octal | 50 | 113 | 56 | 57 | 0 | 47 | 107 | 202 | 36 | 27 |
| Binary | 101000 | 1001011 | 101110 | 101111 | 0 | 100111 | 1000111 | 10000010 | 11110 | 10111 |
Color Harmonies of #284B2E
Complementary color
Monochromatic Colors of #284B2E
Black with #284B2E
Text Example
Text Example
White with #284B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B2E; }
p { color: rgb(40,75,46); }
H1.HeaderClassName
{
color: #284B2E;
}
.AnyTagClassName
{
color: #284B2E;
}
</style>
background-color css
<style>
a { background-color: #284B2E; }
a { background-color: rgb(40,75,46); }
div.DivClassName
{
background-color: #284B2E;
}
.BgClassName
{
background-color: #284B2E;
}
</style>
border-color css
<style>
span { border-color: #284B2E; }
span { border-color: rgb(40,75,46); }
td.TdClassName
{
border-color: #284B2E;
}
.TagClassName
{
border-color: #284B2E;
}
</style>