Shades of Elm #21706E
Tints of Elm #21706E
RGB
CMYK
RGB Variations
Color information
#21706E (or 0x21706E) is known color: Elm. HEX triplet: 21, 70 and 6E. RGB value is (33,112,110). Sum of RGB (Red+Green+Blue) = 33+112+110=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #21706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21706E is #DE8F91. Grayscale: #585858. Windows color (decimal): -14585746 or 7237665. OLE color: 7237665.
HSL color Cylindrical-coordinate representation of color #21706E: hue angle of 178.48º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21706E is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 110 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.56 |
| HSL | 178.48º | 0.54% | 0.28% | - |
| HSV(B) | 178.48º | 0.71% | 0.44% | - |
| XYZ | 9.24 | 13.04 | 16.78 | - |
| YUV | 88.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 110 | 0.71 | 0 | 0.02 | 0.56 | 178.48 | 0.54 | 0.28 |
| Hex | 21 | 70 | 6E | 47 | 0 | 2 | 38 | B2 | 36 | 1C |
| Octal | 41 | 160 | 156 | 107 | 0 | 2 | 70 | 262 | 66 | 34 |
| Binary | 100001 | 1110000 | 1101110 | 1000111 | 0 | 10 | 111000 | 10110010 | 110110 | 11100 |
Color Harmonies of #21706E
Complementary color
Monochromatic Colors of #21706E
Black with #21706E
Text Example
Text Example
White with #21706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21706E; }
p { color: rgb(33,112,110); }
H1.HeaderClassName
{
color: #21706E;
}
.AnyTagClassName
{
color: #21706E;
}
</style>
background-color css
<style>
a { background-color: #21706E; }
a { background-color: rgb(33,112,110); }
div.DivClassName
{
background-color: #21706E;
}
.BgClassName
{
background-color: #21706E;
}
</style>
border-color css
<style>
span { border-color: #21706E; }
span { border-color: rgb(33,112,110); }
td.TdClassName
{
border-color: #21706E;
}
.TagClassName
{
border-color: #21706E;
}
</style>