Shades of Timber Green #284B2D
Tints of Timber Green #284B2D
RGB
CMYK
RGB Variations
Color information
#284B2D (or 0x284B2D) is known color: Timber Green. HEX triplet: 28, 4B and 2D. RGB value is (40,75,45). Sum of RGB (Red+Green+Blue) = 40+75+45=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #284B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284B2D is #D7B4D2. Grayscale: #3D3D3D. Windows color (decimal): -14136531 or 2968360. OLE color: 2968360.
HSL color Cylindrical-coordinate representation of color #284B2D: hue angle of 128.57º 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 #284B2D is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 75 | 45 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.71 |
| HSL | 128.57º | 0.3% | 0.23% | - |
| HSV(B) | 128.57º | 0.47% | 0.29% | - |
| XYZ | 3.86 | 5.67 | 3.37 | - |
| YUV | 61.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 45 | 0.47 | 0 | 0.40 | 0.71 | 128.57 | 0.3 | 0.23 |
| Hex | 28 | 4B | 2D | 2F | 0 | 28 | 47 | 81 | 1E | 17 |
| Octal | 50 | 113 | 55 | 57 | 0 | 50 | 107 | 201 | 36 | 27 |
| Binary | 101000 | 1001011 | 101101 | 101111 | 0 | 101000 | 1000111 | 10000001 | 11110 | 10111 |
Color Harmonies of #284B2D
Complementary color
Monochromatic Colors of #284B2D
Black with #284B2D
Text Example
Text Example
White with #284B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B2D; }
p { color: rgb(40,75,45); }
H1.HeaderClassName
{
color: #284B2D;
}
.AnyTagClassName
{
color: #284B2D;
}
</style>
background-color css
<style>
a { background-color: #284B2D; }
a { background-color: rgb(40,75,45); }
div.DivClassName
{
background-color: #284B2D;
}
.BgClassName
{
background-color: #284B2D;
}
</style>
border-color css
<style>
span { border-color: #284B2D; }
span { border-color: rgb(40,75,45); }
td.TdClassName
{
border-color: #284B2D;
}
.TagClassName
{
border-color: #284B2D;
}
</style>