Shades of Elm #21847D
Tints of Elm #21847D
RGB
CMYK
RGB Variations
Color information
#21847D (or 0x21847D) is known color: Elm. HEX triplet: 21, 84 and 7D. RGB value is (33,132,125). Sum of RGB (Red+Green+Blue) = 33+132+125=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #21847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21847D is #DE7B82. Grayscale: #656565. Windows color (decimal): -14580611 or 8225825. OLE color: 8225825.
HSL color Cylindrical-coordinate representation of color #21847D: hue angle of 175.76º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21847D is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 125 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.48 |
| HSL | 175.76º | 0.6% | 0.32% | - |
| HSV(B) | 175.76º | 0.75% | 0.52% | - |
| XYZ | 12.58 | 18.31 | 22.27 | - |
| YUV | 101.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 125 | 0.75 | 0 | 0.05 | 0.48 | 175.76 | 0.6 | 0.32 |
| Hex | 21 | 84 | 7D | 4B | 0 | 5 | 30 | B0 | 3C | 20 |
| Octal | 41 | 204 | 175 | 113 | 0 | 5 | 60 | 260 | 74 | 40 |
| Binary | 100001 | 10000100 | 1111101 | 1001011 | 0 | 101 | 110000 | 10110000 | 111100 | 100000 |
Color Harmonies of #21847D
Complementary color
Monochromatic Colors of #21847D
Black with #21847D
Text Example
Text Example
White with #21847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21847D; }
p { color: rgb(33,132,125); }
H1.HeaderClassName
{
color: #21847D;
}
.AnyTagClassName
{
color: #21847D;
}
</style>
background-color css
<style>
a { background-color: #21847D; }
a { background-color: rgb(33,132,125); }
div.DivClassName
{
background-color: #21847D;
}
.BgClassName
{
background-color: #21847D;
}
</style>
border-color css
<style>
span { border-color: #21847D; }
span { border-color: rgb(33,132,125); }
td.TdClassName
{
border-color: #21847D;
}
.TagClassName
{
border-color: #21847D;
}
</style>