Shades of Elm #21827C
Tints of Elm #21827C
RGB
CMYK
RGB Variations
Color information
#21827C (or 0x21827C) is known color: Elm. HEX triplet: 21, 82 and 7C. RGB value is (33,130,124). Sum of RGB (Red+Green+Blue) = 33+130+124=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #21827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21827C is #DE7D83. Grayscale: #646464. Windows color (decimal): -14581124 or 8159777. OLE color: 8159777.
HSL color Cylindrical-coordinate representation of color #21827C: hue angle of 176.29º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21827C is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 124 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.49 |
| HSL | 176.29º | 0.6% | 0.32% | - |
| HSV(B) | 176.29º | 0.75% | 0.51% | - |
| XYZ | 12.25 | 17.74 | 21.85 | - |
| YUV | 100.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 124 | 0.75 | 0 | 0.05 | 0.49 | 176.29 | 0.6 | 0.32 |
| Hex | 21 | 82 | 7C | 4B | 0 | 5 | 31 | B0 | 3C | 20 |
| Octal | 41 | 202 | 174 | 113 | 0 | 5 | 61 | 260 | 74 | 40 |
| Binary | 100001 | 10000010 | 1111100 | 1001011 | 0 | 101 | 110001 | 10110000 | 111100 | 100000 |
Color Harmonies of #21827C
Complementary color
Monochromatic Colors of #21827C
Black with #21827C
Text Example
Text Example
White with #21827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21827C; }
p { color: rgb(33,130,124); }
H1.HeaderClassName
{
color: #21827C;
}
.AnyTagClassName
{
color: #21827C;
}
</style>
background-color css
<style>
a { background-color: #21827C; }
a { background-color: rgb(33,130,124); }
div.DivClassName
{
background-color: #21827C;
}
.BgClassName
{
background-color: #21827C;
}
</style>
border-color css
<style>
span { border-color: #21827C; }
span { border-color: rgb(33,130,124); }
td.TdClassName
{
border-color: #21827C;
}
.TagClassName
{
border-color: #21827C;
}
</style>