Shades of Elm #21817F
Tints of Elm #21817F
RGB
CMYK
RGB Variations
Color information
#21817F (or 0x21817F) is known color: Elm. HEX triplet: 21, 81 and 7F. RGB value is (33,129,127). Sum of RGB (Red+Green+Blue) = 33+129+127=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #21817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21817F is #DE7E80. Grayscale: #636363. Windows color (decimal): -14581377 or 8356129. OLE color: 8356129.
HSL color Cylindrical-coordinate representation of color #21817F: hue angle of 178.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21817F is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 127 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.49 |
| HSL | 178.75º | 0.59% | 0.32% | - |
| HSV(B) | 178.75º | 0.74% | 0.51% | - |
| XYZ | 12.31 | 17.56 | 22.82 | - |
| YUV | 100.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 127 | 0.74 | 0 | 0.02 | 0.49 | 178.75 | 0.59 | 0.32 |
| Hex | 21 | 81 | 7F | 4A | 0 | 2 | 31 | B3 | 3B | 20 |
| Octal | 41 | 201 | 177 | 112 | 0 | 2 | 61 | 263 | 73 | 40 |
| Binary | 100001 | 10000001 | 1111111 | 1001010 | 0 | 10 | 110001 | 10110011 | 111011 | 100000 |
Color Harmonies of #21817F
Complementary color
Monochromatic Colors of #21817F
Black with #21817F
Text Example
Text Example
White with #21817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21817F; }
p { color: rgb(33,129,127); }
H1.HeaderClassName
{
color: #21817F;
}
.AnyTagClassName
{
color: #21817F;
}
</style>
background-color css
<style>
a { background-color: #21817F; }
a { background-color: rgb(33,129,127); }
div.DivClassName
{
background-color: #21817F;
}
.BgClassName
{
background-color: #21817F;
}
</style>
border-color css
<style>
span { border-color: #21817F; }
span { border-color: rgb(33,129,127); }
td.TdClassName
{
border-color: #21817F;
}
.TagClassName
{
border-color: #21817F;
}
</style>