Shades of Everglade #214931
Tints of Everglade #214931
RGB
CMYK
RGB Variations
Color information
#214931 (or 0x214931) is known color: Everglade. HEX triplet: 21, 49 and 31. RGB value is (33,73,49). Sum of RGB (Red+Green+Blue) = 33+73+49=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #214931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214931 is #DEB6CE. Grayscale: #3A3A3A. Windows color (decimal): -14595791 or 3229985. OLE color: 3229985.
HSL color Cylindrical-coordinate representation of color #214931: hue angle of 144º 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 #214931 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 49 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.71 |
| HSL | 144º | 0.38% | 0.21% | - |
| HSV(B) | 144º | 0.55% | 0.29% | - |
| XYZ | 3.56 | 5.31 | 3.74 | - |
| YUV | 58.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 49 | 0.55 | 0 | 0.33 | 0.71 | 144 | 0.38 | 0.21 |
| Hex | 21 | 49 | 31 | 37 | 0 | 21 | 47 | 90 | 26 | 15 |
| Octal | 41 | 111 | 61 | 67 | 0 | 41 | 107 | 220 | 46 | 25 |
| Binary | 100001 | 1001001 | 110001 | 110111 | 0 | 100001 | 1000111 | 10010000 | 100110 | 10101 |
Color Harmonies of #214931
Complementary color
Monochromatic Colors of #214931
Black with #214931
Text Example
Text Example
White with #214931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214931; }
p { color: rgb(33,73,49); }
H1.HeaderClassName
{
color: #214931;
}
.AnyTagClassName
{
color: #214931;
}
</style>
background-color css
<style>
a { background-color: #214931; }
a { background-color: rgb(33,73,49); }
div.DivClassName
{
background-color: #214931;
}
.BgClassName
{
background-color: #214931;
}
</style>
border-color css
<style>
span { border-color: #214931; }
span { border-color: rgb(33,73,49); }
td.TdClassName
{
border-color: #214931;
}
.TagClassName
{
border-color: #214931;
}
</style>