Shades of Everglade #214631
Tints of Everglade #214631
RGB
CMYK
RGB Variations
Color information
#214631 (or 0x214631) is known color: Everglade. HEX triplet: 21, 46 and 31. RGB value is (33,70,49). Sum of RGB (Red+Green+Blue) = 33+70+49=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #214631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214631 is #DEB9CE. Grayscale: #383838. Windows color (decimal): -14596559 or 3229217. OLE color: 3229217.
HSL color Cylindrical-coordinate representation of color #214631: hue angle of 145.95º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214631 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 49 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.73 |
| HSL | 145.95º | 0.36% | 0.2% | - |
| HSV(B) | 145.95º | 0.53% | 0.27% | - |
| XYZ | 3.37 | 4.93 | 3.68 | - |
| YUV | 56.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 49 | 0.53 | 0 | 0.30 | 0.73 | 145.95 | 0.36 | 0.2 |
| Hex | 21 | 46 | 31 | 35 | 0 | 1E | 49 | 92 | 24 | 14 |
| Octal | 41 | 106 | 61 | 65 | 0 | 36 | 111 | 222 | 44 | 24 |
| Binary | 100001 | 1000110 | 110001 | 110101 | 0 | 11110 | 1001001 | 10010010 | 100100 | 10100 |
Color Harmonies of #214631
Complementary color
Monochromatic Colors of #214631
Black with #214631
Text Example
Text Example
White with #214631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214631; }
p { color: rgb(33,70,49); }
H1.HeaderClassName
{
color: #214631;
}
.AnyTagClassName
{
color: #214631;
}
</style>
background-color css
<style>
a { background-color: #214631; }
a { background-color: rgb(33,70,49); }
div.DivClassName
{
background-color: #214631;
}
.BgClassName
{
background-color: #214631;
}
</style>
border-color css
<style>
span { border-color: #214631; }
span { border-color: rgb(33,70,49); }
td.TdClassName
{
border-color: #214631;
}
.TagClassName
{
border-color: #214631;
}
</style>