Shades of Elm #21796F
Tints of Elm #21796F
RGB
CMYK
RGB Variations
Color information
#21796F (or 0x21796F) is known color: Elm. HEX triplet: 21, 79 and 6F. RGB value is (33,121,111). Sum of RGB (Red+Green+Blue) = 33+121+111=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #21796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21796F is #DE8690. Grayscale: #5D5D5D. Windows color (decimal): -14583441 or 7305505. OLE color: 7305505.
HSL color Cylindrical-coordinate representation of color #21796F: hue angle of 173.18º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21796F is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 121 | 111 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.53 |
| HSL | 173.18º | 0.57% | 0.3% | - |
| HSV(B) | 173.18º | 0.73% | 0.47% | - |
| XYZ | 10.33 | 15.15 | 17.42 | - |
| YUV | 93.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 111 | 0.73 | 0 | 0.08 | 0.53 | 173.18 | 0.57 | 0.3 |
| Hex | 21 | 79 | 6F | 49 | 0 | 8 | 35 | AD | 39 | 1E |
| Octal | 41 | 171 | 157 | 111 | 0 | 10 | 65 | 255 | 71 | 36 |
| Binary | 100001 | 1111001 | 1101111 | 1001001 | 0 | 1000 | 110101 | 10101101 | 111001 | 11110 |
Color Harmonies of #21796F
Complementary color
Monochromatic Colors of #21796F
Black with #21796F
Text Example
Text Example
White with #21796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21796F; }
p { color: rgb(33,121,111); }
H1.HeaderClassName
{
color: #21796F;
}
.AnyTagClassName
{
color: #21796F;
}
</style>
background-color css
<style>
a { background-color: #21796F; }
a { background-color: rgb(33,121,111); }
div.DivClassName
{
background-color: #21796F;
}
.BgClassName
{
background-color: #21796F;
}
</style>
border-color css
<style>
span { border-color: #21796F; }
span { border-color: rgb(33,121,111); }
td.TdClassName
{
border-color: #21796F;
}
.TagClassName
{
border-color: #21796F;
}
</style>