Shades of Elm #21887C
Tints of Elm #21887C
RGB
CMYK
RGB Variations
Color information
#21887C (or 0x21887C) is known color: Elm. HEX triplet: 21, 88 and 7C. RGB value is (33,136,124). Sum of RGB (Red+Green+Blue) = 33+136+124=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #21887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21887C is #DE7783. Grayscale: #676767. Windows color (decimal): -14579588 or 8161313. OLE color: 8161313.
HSL color Cylindrical-coordinate representation of color #21887C: hue angle of 173.01º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21887C is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 124 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.47 |
| HSL | 173.01º | 0.61% | 0.33% | - |
| HSV(B) | 173.01º | 0.76% | 0.53% | - |
| XYZ | 13.07 | 19.39 | 22.12 | - |
| YUV | 103.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 124 | 0.76 | 0 | 0.09 | 0.47 | 173.01 | 0.61 | 0.33 |
| Hex | 21 | 88 | 7C | 4C | 0 | 9 | 2F | AD | 3D | 21 |
| Octal | 41 | 210 | 174 | 114 | 0 | 11 | 57 | 255 | 75 | 41 |
| Binary | 100001 | 10001000 | 1111100 | 1001100 | 0 | 1001 | 101111 | 10101101 | 111101 | 100001 |
Color Harmonies of #21887C
Complementary color
Monochromatic Colors of #21887C
Black with #21887C
Text Example
Text Example
White with #21887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21887C; }
p { color: rgb(33,136,124); }
H1.HeaderClassName
{
color: #21887C;
}
.AnyTagClassName
{
color: #21887C;
}
</style>
background-color css
<style>
a { background-color: #21887C; }
a { background-color: rgb(33,136,124); }
div.DivClassName
{
background-color: #21887C;
}
.BgClassName
{
background-color: #21887C;
}
</style>
border-color css
<style>
span { border-color: #21887C; }
span { border-color: rgb(33,136,124); }
td.TdClassName
{
border-color: #21887C;
}
.TagClassName
{
border-color: #21887C;
}
</style>