Shades of Elm #21877C
Tints of Elm #21877C
RGB
CMYK
RGB Variations
Color information
#21877C (or 0x21877C) is known color: Elm. HEX triplet: 21, 87 and 7C. RGB value is (33,135,124). Sum of RGB (Red+Green+Blue) = 33+135+124=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #21877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21877C is #DE7883. Grayscale: #676767. Windows color (decimal): -14579844 or 8161057. OLE color: 8161057.
HSL color Cylindrical-coordinate representation of color #21877C: hue angle of 173.53º 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 #21877C is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 124 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.47 |
| HSL | 173.53º | 0.61% | 0.33% | - |
| HSV(B) | 173.53º | 0.76% | 0.53% | - |
| XYZ | 12.93 | 19.11 | 22.08 | - |
| YUV | 103.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 124 | 0.76 | 0 | 0.08 | 0.47 | 173.53 | 0.61 | 0.33 |
| Hex | 21 | 87 | 7C | 4C | 0 | 8 | 2F | AE | 3D | 21 |
| Octal | 41 | 207 | 174 | 114 | 0 | 10 | 57 | 256 | 75 | 41 |
| Binary | 100001 | 10000111 | 1111100 | 1001100 | 0 | 1000 | 101111 | 10101110 | 111101 | 100001 |
Color Harmonies of #21877C
Complementary color
Monochromatic Colors of #21877C
Black with #21877C
Text Example
Text Example
White with #21877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21877C; }
p { color: rgb(33,135,124); }
H1.HeaderClassName
{
color: #21877C;
}
.AnyTagClassName
{
color: #21877C;
}
</style>
background-color css
<style>
a { background-color: #21877C; }
a { background-color: rgb(33,135,124); }
div.DivClassName
{
background-color: #21877C;
}
.BgClassName
{
background-color: #21877C;
}
</style>
border-color css
<style>
span { border-color: #21877C; }
span { border-color: rgb(33,135,124); }
td.TdClassName
{
border-color: #21877C;
}
.TagClassName
{
border-color: #21877C;
}
</style>