Shades of Everglade #214030
Tints of Everglade #214030
RGB
CMYK
RGB Variations
Color information
#214030 (or 0x214030) is known color: Everglade. HEX triplet: 21, 40 and 30. RGB value is (33,64,48). Sum of RGB (Red+Green+Blue) = 33+64+48=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #214030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214030 is #DEBFCF. Grayscale: #343434. Windows color (decimal): -14598096 or 3162145. OLE color: 3162145.
HSL color Cylindrical-coordinate representation of color #214030: hue angle of 149.03º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214030 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 48 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.75 |
| HSL | 149.03º | 0.32% | 0.19% | - |
| HSV(B) | 149.03º | 0.48% | 0.25% | - |
| XYZ | 2.99 | 4.2 | 3.45 | - |
| YUV | 52.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 48 | 0.48 | 0 | 0.25 | 0.75 | 149.03 | 0.32 | 0.19 |
| Hex | 21 | 40 | 30 | 30 | 0 | 19 | 4B | 95 | 20 | 13 |
| Octal | 41 | 100 | 60 | 60 | 0 | 31 | 113 | 225 | 40 | 23 |
| Binary | 100001 | 1000000 | 110000 | 110000 | 0 | 11001 | 1001011 | 10010101 | 100000 | 10011 |
Color Harmonies of #214030
Complementary color
Monochromatic Colors of #214030
Black with #214030
Text Example
Text Example
White with #214030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214030; }
p { color: rgb(33,64,48); }
H1.HeaderClassName
{
color: #214030;
}
.AnyTagClassName
{
color: #214030;
}
</style>
background-color css
<style>
a { background-color: #214030; }
a { background-color: rgb(33,64,48); }
div.DivClassName
{
background-color: #214030;
}
.BgClassName
{
background-color: #214030;
}
</style>
border-color css
<style>
span { border-color: #214030; }
span { border-color: rgb(33,64,48); }
td.TdClassName
{
border-color: #214030;
}
.TagClassName
{
border-color: #214030;
}
</style>