Shades of Everglade #21452D
Tints of Everglade #21452D
RGB
CMYK
RGB Variations
Color information
#21452D (or 0x21452D) is known color: Everglade. HEX triplet: 21, 45 and 2D. RGB value is (33,69,45). Sum of RGB (Red+Green+Blue) = 33+69+45=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #21452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21452D is #DEBAD2. Grayscale: #373737. Windows color (decimal): -14596819 or 2966817. OLE color: 2966817.
HSL color Cylindrical-coordinate representation of color #21452D: hue angle of 140º 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 #21452D is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 45 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.73 |
| HSL | 140º | 0.35% | 0.2% | - |
| HSV(B) | 140º | 0.52% | 0.27% | - |
| XYZ | 3.23 | 4.77 | 3.23 | - |
| YUV | 55.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 45 | 0.52 | 0 | 0.35 | 0.73 | 140 | 0.35 | 0.2 |
| Hex | 21 | 45 | 2D | 34 | 0 | 23 | 49 | 8C | 23 | 14 |
| Octal | 41 | 105 | 55 | 64 | 0 | 43 | 111 | 214 | 43 | 24 |
| Binary | 100001 | 1000101 | 101101 | 110100 | 0 | 100011 | 1001001 | 10001100 | 100011 | 10100 |
Color Harmonies of #21452D
Complementary color
Monochromatic Colors of #21452D
Black with #21452D
Text Example
Text Example
White with #21452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21452D; }
p { color: rgb(33,69,45); }
H1.HeaderClassName
{
color: #21452D;
}
.AnyTagClassName
{
color: #21452D;
}
</style>
background-color css
<style>
a { background-color: #21452D; }
a { background-color: rgb(33,69,45); }
div.DivClassName
{
background-color: #21452D;
}
.BgClassName
{
background-color: #21452D;
}
</style>
border-color css
<style>
span { border-color: #21452D; }
span { border-color: rgb(33,69,45); }
td.TdClassName
{
border-color: #21452D;
}
.TagClassName
{
border-color: #21452D;
}
</style>