Shades of Everglade #21442D
Tints of Everglade #21442D
RGB
CMYK
RGB Variations
Color information
#21442D (or 0x21442D) is known color: Everglade. HEX triplet: 21, 44 and 2D. RGB value is (33,68,45). Sum of RGB (Red+Green+Blue) = 33+68+45=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #21442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21442D is #DEBBD2. Grayscale: #363636. Windows color (decimal): -14597075 or 2966561. OLE color: 2966561.
HSL color Cylindrical-coordinate representation of color #21442D: hue angle of 140.57º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21442D is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 68 | 45 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.73 |
| HSL | 140.57º | 0.35% | 0.2% | - |
| HSV(B) | 140.57º | 0.51% | 0.27% | - |
| XYZ | 3.17 | 4.65 | 3.21 | - |
| YUV | 54.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 45 | 0.51 | 0 | 0.34 | 0.73 | 140.57 | 0.35 | 0.2 |
| Hex | 21 | 44 | 2D | 33 | 0 | 22 | 49 | 8D | 23 | 14 |
| Octal | 41 | 104 | 55 | 63 | 0 | 42 | 111 | 215 | 43 | 24 |
| Binary | 100001 | 1000100 | 101101 | 110011 | 0 | 100010 | 1001001 | 10001101 | 100011 | 10100 |
Color Harmonies of #21442D
Complementary color
Monochromatic Colors of #21442D
Black with #21442D
Text Example
Text Example
White with #21442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21442D; }
p { color: rgb(33,68,45); }
H1.HeaderClassName
{
color: #21442D;
}
.AnyTagClassName
{
color: #21442D;
}
</style>
background-color css
<style>
a { background-color: #21442D; }
a { background-color: rgb(33,68,45); }
div.DivClassName
{
background-color: #21442D;
}
.BgClassName
{
background-color: #21442D;
}
</style>
border-color css
<style>
span { border-color: #21442D; }
span { border-color: rgb(33,68,45); }
td.TdClassName
{
border-color: #21442D;
}
.TagClassName
{
border-color: #21442D;
}
</style>