Shades of Elm #21847B
Tints of Elm #21847B
RGB
CMYK
RGB Variations
Color information
#21847B (or 0x21847B) is known color: Elm. HEX triplet: 21, 84 and 7B. RGB value is (33,132,123). Sum of RGB (Red+Green+Blue) = 33+132+123=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #21847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21847B is #DE7B84. Grayscale: #656565. Windows color (decimal): -14580613 or 8094753. OLE color: 8094753.
HSL color Cylindrical-coordinate representation of color #21847B: hue angle of 174.55º 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 #21847B is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 123 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.48 |
| HSL | 174.55º | 0.6% | 0.32% | - |
| HSV(B) | 174.55º | 0.75% | 0.52% | - |
| XYZ | 12.45 | 18.26 | 21.61 | - |
| YUV | 101.37 | 140.2 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 123 | 0.75 | 0 | 0.07 | 0.48 | 174.55 | 0.6 | 0.32 |
| Hex | 21 | 84 | 7B | 4B | 0 | 7 | 30 | AF | 3C | 20 |
| Octal | 41 | 204 | 173 | 113 | 0 | 7 | 60 | 257 | 74 | 40 |
| Binary | 100001 | 10000100 | 1111011 | 1001011 | 0 | 111 | 110000 | 10101111 | 111100 | 100000 |
Color Harmonies of #21847B
Complementary color
Monochromatic Colors of #21847B
Black with #21847B
Text Example
Text Example
White with #21847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21847B; }
p { color: rgb(33,132,123); }
H1.HeaderClassName
{
color: #21847B;
}
.AnyTagClassName
{
color: #21847B;
}
</style>
background-color css
<style>
a { background-color: #21847B; }
a { background-color: rgb(33,132,123); }
div.DivClassName
{
background-color: #21847B;
}
.BgClassName
{
background-color: #21847B;
}
</style>
border-color css
<style>
span { border-color: #21847B; }
span { border-color: rgb(33,132,123); }
td.TdClassName
{
border-color: #21847B;
}
.TagClassName
{
border-color: #21847B;
}
</style>