Shades of Everglade #214530
Tints of Everglade #214530
RGB
CMYK
RGB Variations
Color information
#214530 (or 0x214530) is known color: Everglade. HEX triplet: 21, 45 and 30. RGB value is (33,69,48). Sum of RGB (Red+Green+Blue) = 33+69+48=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #214530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214530 is #DEBACF. Grayscale: #373737. Windows color (decimal): -14596816 or 3163425. OLE color: 3163425.
HSL color Cylindrical-coordinate representation of color #214530: hue angle of 145º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214530 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 48 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.73 |
| HSL | 145º | 0.35% | 0.2% | - |
| HSV(B) | 145º | 0.52% | 0.27% | - |
| XYZ | 3.29 | 4.79 | 3.55 | - |
| YUV | 55.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 48 | 0.52 | 0 | 0.30 | 0.73 | 145 | 0.35 | 0.2 |
| Hex | 21 | 45 | 30 | 34 | 0 | 1E | 49 | 91 | 23 | 14 |
| Octal | 41 | 105 | 60 | 64 | 0 | 36 | 111 | 221 | 43 | 24 |
| Binary | 100001 | 1000101 | 110000 | 110100 | 0 | 11110 | 1001001 | 10010001 | 100011 | 10100 |
Color Harmonies of #214530
Complementary color
Monochromatic Colors of #214530
Black with #214530
Text Example
Text Example
White with #214530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214530; }
p { color: rgb(33,69,48); }
H1.HeaderClassName
{
color: #214530;
}
.AnyTagClassName
{
color: #214530;
}
</style>
background-color css
<style>
a { background-color: #214530; }
a { background-color: rgb(33,69,48); }
div.DivClassName
{
background-color: #214530;
}
.BgClassName
{
background-color: #214530;
}
</style>
border-color css
<style>
span { border-color: #214530; }
span { border-color: rgb(33,69,48); }
td.TdClassName
{
border-color: #214530;
}
.TagClassName
{
border-color: #214530;
}
</style>