Shades of Timber Green #214B28
Tints of Timber Green #214B28
RGB
CMYK
RGB Variations
Color information
#214B28 (or 0x214B28) is known color: Timber Green. HEX triplet: 21, 4B and 28. RGB value is (33,75,40). Sum of RGB (Red+Green+Blue) = 33+75+40=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #214B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B28 is #DEB4D7. Grayscale: #3A3A3A. Windows color (decimal): -14595288 or 2640673. OLE color: 2640673.
HSL color Cylindrical-coordinate representation of color #214B28: hue angle of 130º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B28 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 40 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.71 |
| HSL | 130º | 0.39% | 0.21% | - |
| HSV(B) | 130º | 0.56% | 0.29% | - |
| XYZ | 3.53 | 5.51 | 2.88 | - |
| YUV | 58.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 40 | 0.56 | 0 | 0.47 | 0.71 | 130 | 0.39 | 0.21 |
| Hex | 21 | 4B | 28 | 38 | 0 | 2F | 47 | 82 | 27 | 15 |
| Octal | 41 | 113 | 50 | 70 | 0 | 57 | 107 | 202 | 47 | 25 |
| Binary | 100001 | 1001011 | 101000 | 111000 | 0 | 101111 | 1000111 | 10000010 | 100111 | 10101 |
Color Harmonies of #214B28
Complementary color
Monochromatic Colors of #214B28
Black with #214B28
Text Example
Text Example
White with #214B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B28; }
p { color: rgb(33,75,40); }
H1.HeaderClassName
{
color: #214B28;
}
.AnyTagClassName
{
color: #214B28;
}
</style>
background-color css
<style>
a { background-color: #214B28; }
a { background-color: rgb(33,75,40); }
div.DivClassName
{
background-color: #214B28;
}
.BgClassName
{
background-color: #214B28;
}
</style>
border-color css
<style>
span { border-color: #214B28; }
span { border-color: rgb(33,75,40); }
td.TdClassName
{
border-color: #214B28;
}
.TagClassName
{
border-color: #214B28;
}
</style>