Shades of Elm #21706F
Tints of Elm #21706F
RGB
CMYK
RGB Variations
Color information
#21706F (or 0x21706F) is known color: Elm. HEX triplet: 21, 70 and 6F. RGB value is (33,112,111). Sum of RGB (Red+Green+Blue) = 33+112+111=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #21706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21706F is #DE8F90. Grayscale: #585858. Windows color (decimal): -14585745 or 7303201. OLE color: 7303201.
HSL color Cylindrical-coordinate representation of color #21706F: hue angle of 179.24º 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 #21706F is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 111 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.56 |
| HSL | 179.24º | 0.54% | 0.28% | - |
| HSV(B) | 179.24º | 0.71% | 0.44% | - |
| XYZ | 9.29 | 13.06 | 17.07 | - |
| YUV | 88.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 111 | 0.71 | 0 | 0.01 | 0.56 | 179.24 | 0.54 | 0.28 |
| Hex | 21 | 70 | 6F | 47 | 0 | 1 | 38 | B3 | 36 | 1C |
| Octal | 41 | 160 | 157 | 107 | 0 | 1 | 70 | 263 | 66 | 34 |
| Binary | 100001 | 1110000 | 1101111 | 1000111 | 0 | 1 | 111000 | 10110011 | 110110 | 11100 |
Color Harmonies of #21706F
Complementary color
Monochromatic Colors of #21706F
Black with #21706F
Text Example
Text Example
White with #21706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21706F; }
p { color: rgb(33,112,111); }
H1.HeaderClassName
{
color: #21706F;
}
.AnyTagClassName
{
color: #21706F;
}
</style>
background-color css
<style>
a { background-color: #21706F; }
a { background-color: rgb(33,112,111); }
div.DivClassName
{
background-color: #21706F;
}
.BgClassName
{
background-color: #21706F;
}
</style>
border-color css
<style>
span { border-color: #21706F; }
span { border-color: rgb(33,112,111); }
td.TdClassName
{
border-color: #21706F;
}
.TagClassName
{
border-color: #21706F;
}
</style>