Shades of Elm #21887F
Tints of Elm #21887F
RGB
CMYK
RGB Variations
Color information
#21887F (or 0x21887F) is known color: Elm. HEX triplet: 21, 88 and 7F. RGB value is (33,136,127). Sum of RGB (Red+Green+Blue) = 33+136+127=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #21887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21887F is #DE7780. Grayscale: #686868. Windows color (decimal): -14579585 or 8357921. OLE color: 8357921.
HSL color Cylindrical-coordinate representation of color #21887F: hue angle of 174.76º 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 #21887F is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 127 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.47 |
| HSL | 174.76º | 0.61% | 0.33% | - |
| HSV(B) | 174.76º | 0.76% | 0.53% | - |
| XYZ | 13.26 | 19.46 | 23.14 | - |
| YUV | 104.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 127 | 0.76 | 0 | 0.07 | 0.47 | 174.76 | 0.61 | 0.33 |
| Hex | 21 | 88 | 7F | 4C | 0 | 7 | 2F | AF | 3D | 21 |
| Octal | 41 | 210 | 177 | 114 | 0 | 7 | 57 | 257 | 75 | 41 |
| Binary | 100001 | 10001000 | 1111111 | 1001100 | 0 | 111 | 101111 | 10101111 | 111101 | 100001 |
Color Harmonies of #21887F
Complementary color
Monochromatic Colors of #21887F
Black with #21887F
Text Example
Text Example
White with #21887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21887F; }
p { color: rgb(33,136,127); }
H1.HeaderClassName
{
color: #21887F;
}
.AnyTagClassName
{
color: #21887F;
}
</style>
background-color css
<style>
a { background-color: #21887F; }
a { background-color: rgb(33,136,127); }
div.DivClassName
{
background-color: #21887F;
}
.BgClassName
{
background-color: #21887F;
}
</style>
border-color css
<style>
span { border-color: #21887F; }
span { border-color: rgb(33,136,127); }
td.TdClassName
{
border-color: #21887F;
}
.TagClassName
{
border-color: #21887F;
}
</style>