Shades of Timber Green #214928
Tints of Timber Green #214928
RGB
CMYK
RGB Variations
Color information
#214928 (or 0x214928) is known color: Timber Green. HEX triplet: 21, 49 and 28. RGB value is (33,73,40). Sum of RGB (Red+Green+Blue) = 33+73+40=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #214928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214928 is #DEB6D7. Grayscale: #393939. Windows color (decimal): -14595800 or 2640161. OLE color: 2640161.
HSL color Cylindrical-coordinate representation of color #214928: hue angle of 130.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214928 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 40 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.71 |
| HSL | 130.5º | 0.38% | 0.21% | - |
| HSV(B) | 130.5º | 0.55% | 0.29% | - |
| XYZ | 3.39 | 5.24 | 2.84 | - |
| YUV | 57.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 40 | 0.55 | 0 | 0.45 | 0.71 | 130.5 | 0.38 | 0.21 |
| Hex | 21 | 49 | 28 | 37 | 0 | 2D | 47 | 82 | 26 | 15 |
| Octal | 41 | 111 | 50 | 67 | 0 | 55 | 107 | 202 | 46 | 25 |
| Binary | 100001 | 1001001 | 101000 | 110111 | 0 | 101101 | 1000111 | 10000010 | 100110 | 10101 |
Color Harmonies of #214928
Complementary color
Monochromatic Colors of #214928
Black with #214928
Text Example
Text Example
White with #214928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214928; }
p { color: rgb(33,73,40); }
H1.HeaderClassName
{
color: #214928;
}
.AnyTagClassName
{
color: #214928;
}
</style>
background-color css
<style>
a { background-color: #214928; }
a { background-color: rgb(33,73,40); }
div.DivClassName
{
background-color: #214928;
}
.BgClassName
{
background-color: #214928;
}
</style>
border-color css
<style>
span { border-color: #214928; }
span { border-color: rgb(33,73,40); }
td.TdClassName
{
border-color: #214928;
}
.TagClassName
{
border-color: #214928;
}
</style>