Shades of Everglade #21462F
Tints of Everglade #21462F
RGB
CMYK
RGB Variations
Color information
#21462F (or 0x21462F) is known color: Everglade. HEX triplet: 21, 46 and 2F. RGB value is (33,70,47). Sum of RGB (Red+Green+Blue) = 33+70+47=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #21462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21462F is #DEB9D0. Grayscale: #383838. Windows color (decimal): -14596561 or 3098145. OLE color: 3098145.
HSL color Cylindrical-coordinate representation of color #21462F: hue angle of 142.7º 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 #21462F is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 47 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.73 |
| HSL | 142.7º | 0.36% | 0.2% | - |
| HSV(B) | 142.7º | 0.53% | 0.27% | - |
| XYZ | 3.33 | 4.91 | 3.46 | - |
| YUV | 56.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 47 | 0.53 | 0 | 0.33 | 0.73 | 142.7 | 0.36 | 0.2 |
| Hex | 21 | 46 | 2F | 35 | 0 | 21 | 49 | 8F | 24 | 14 |
| Octal | 41 | 106 | 57 | 65 | 0 | 41 | 111 | 217 | 44 | 24 |
| Binary | 100001 | 1000110 | 101111 | 110101 | 0 | 100001 | 1001001 | 10001111 | 100100 | 10100 |
Color Harmonies of #21462F
Complementary color
Monochromatic Colors of #21462F
Black with #21462F
Text Example
Text Example
White with #21462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21462F; }
p { color: rgb(33,70,47); }
H1.HeaderClassName
{
color: #21462F;
}
.AnyTagClassName
{
color: #21462F;
}
</style>
background-color css
<style>
a { background-color: #21462F; }
a { background-color: rgb(33,70,47); }
div.DivClassName
{
background-color: #21462F;
}
.BgClassName
{
background-color: #21462F;
}
</style>
border-color css
<style>
span { border-color: #21462F; }
span { border-color: rgb(33,70,47); }
td.TdClassName
{
border-color: #21462F;
}
.TagClassName
{
border-color: #21462F;
}
</style>