Shades of Timber Green #284230
Tints of Timber Green #284230
RGB
CMYK
RGB Variations
Color information
#284230 (or 0x284230) is known color: Timber Green. HEX triplet: 28, 42 and 30. RGB value is (40,66,48). Sum of RGB (Red+Green+Blue) = 40+66+48=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #284230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284230 is #D7BDCF. Grayscale: #383838. Windows color (decimal): -14138832 or 3162664. OLE color: 3162664.
HSL color Cylindrical-coordinate representation of color #284230: hue angle of 138.46º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #284230 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 66 | 48 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.74 |
| HSL | 138.46º | 0.25% | 0.21% | - |
| HSV(B) | 138.46º | 0.39% | 0.26% | - |
| XYZ | 3.36 | 4.56 | 3.5 | - |
| YUV | 56.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 48 | 0.39 | 0 | 0.27 | 0.74 | 138.46 | 0.25 | 0.21 |
| Hex | 28 | 42 | 30 | 27 | 0 | 1B | 4A | 8A | 19 | 15 |
| Octal | 50 | 102 | 60 | 47 | 0 | 33 | 112 | 212 | 31 | 25 |
| Binary | 101000 | 1000010 | 110000 | 100111 | 0 | 11011 | 1001010 | 10001010 | 11001 | 10101 |
Color Harmonies of #284230
Complementary color
Monochromatic Colors of #284230
Black with #284230
Text Example
Text Example
White with #284230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284230; }
p { color: rgb(40,66,48); }
H1.HeaderClassName
{
color: #284230;
}
.AnyTagClassName
{
color: #284230;
}
</style>
background-color css
<style>
a { background-color: #284230; }
a { background-color: rgb(40,66,48); }
div.DivClassName
{
background-color: #284230;
}
.BgClassName
{
background-color: #284230;
}
</style>
border-color css
<style>
span { border-color: #284230; }
span { border-color: rgb(40,66,48); }
td.TdClassName
{
border-color: #284230;
}
.TagClassName
{
border-color: #284230;
}
</style>