Shades of Elm #21817B
Tints of Elm #21817B
RGB
CMYK
RGB Variations
Color information
#21817B (or 0x21817B) is known color: Elm. HEX triplet: 21, 81 and 7B. RGB value is (33,129,123). Sum of RGB (Red+Green+Blue) = 33+129+123=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #21817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21817B is #DE7E84. Grayscale: #636363. Windows color (decimal): -14581381 or 8093985. OLE color: 8093985.
HSL color Cylindrical-coordinate representation of color #21817B: hue angle of 176.25º 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 #21817B is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 123 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.49 |
| HSL | 176.25º | 0.59% | 0.32% | - |
| HSV(B) | 176.25º | 0.74% | 0.51% | - |
| XYZ | 12.05 | 17.45 | 21.47 | - |
| YUV | 99.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 123 | 0.74 | 0 | 0.05 | 0.49 | 176.25 | 0.59 | 0.32 |
| Hex | 21 | 81 | 7B | 4A | 0 | 5 | 31 | B0 | 3B | 20 |
| Octal | 41 | 201 | 173 | 112 | 0 | 5 | 61 | 260 | 73 | 40 |
| Binary | 100001 | 10000001 | 1111011 | 1001010 | 0 | 101 | 110001 | 10110000 | 111011 | 100000 |
Color Harmonies of #21817B
Complementary color
Monochromatic Colors of #21817B
Black with #21817B
Text Example
Text Example
White with #21817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21817B; }
p { color: rgb(33,129,123); }
H1.HeaderClassName
{
color: #21817B;
}
.AnyTagClassName
{
color: #21817B;
}
</style>
background-color css
<style>
a { background-color: #21817B; }
a { background-color: rgb(33,129,123); }
div.DivClassName
{
background-color: #21817B;
}
.BgClassName
{
background-color: #21817B;
}
</style>
border-color css
<style>
span { border-color: #21817B; }
span { border-color: rgb(33,129,123); }
td.TdClassName
{
border-color: #21817B;
}
.TagClassName
{
border-color: #21817B;
}
</style>