Shades of Elm #21837B
Tints of Elm #21837B
RGB
CMYK
RGB Variations
Color information
#21837B (or 0x21837B) is known color: Elm. HEX triplet: 21, 83 and 7B. RGB value is (33,131,123). Sum of RGB (Red+Green+Blue) = 33+131+123=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #21837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21837B is #DE7C84. Grayscale: #646464. Windows color (decimal): -14580869 or 8094497. OLE color: 8094497.
HSL color Cylindrical-coordinate representation of color #21837B: hue angle of 175.1º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21837B is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 123 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.49 |
| HSL | 175.1º | 0.6% | 0.32% | - |
| HSV(B) | 175.1º | 0.75% | 0.51% | - |
| XYZ | 12.32 | 17.99 | 21.56 | - |
| YUV | 100.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 123 | 0.75 | 0 | 0.06 | 0.49 | 175.1 | 0.6 | 0.32 |
| Hex | 21 | 83 | 7B | 4B | 0 | 6 | 31 | AF | 3C | 20 |
| Octal | 41 | 203 | 173 | 113 | 0 | 6 | 61 | 257 | 74 | 40 |
| Binary | 100001 | 10000011 | 1111011 | 1001011 | 0 | 110 | 110001 | 10101111 | 111100 | 100000 |
Color Harmonies of #21837B
Complementary color
Monochromatic Colors of #21837B
Black with #21837B
Text Example
Text Example
White with #21837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21837B; }
p { color: rgb(33,131,123); }
H1.HeaderClassName
{
color: #21837B;
}
.AnyTagClassName
{
color: #21837B;
}
</style>
background-color css
<style>
a { background-color: #21837B; }
a { background-color: rgb(33,131,123); }
div.DivClassName
{
background-color: #21837B;
}
.BgClassName
{
background-color: #21837B;
}
</style>
border-color css
<style>
span { border-color: #21837B; }
span { border-color: rgb(33,131,123); }
td.TdClassName
{
border-color: #21837B;
}
.TagClassName
{
border-color: #21837B;
}
</style>