Shades of Elm #21827D
Tints of Elm #21827D
RGB
CMYK
RGB Variations
Color information
#21827D (or 0x21827D) is known color: Elm. HEX triplet: 21, 82 and 7D. RGB value is (33,130,125). Sum of RGB (Red+Green+Blue) = 33+130+125=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #21827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21827D is #DE7D82. Grayscale: #646464. Windows color (decimal): -14581123 or 8225313. OLE color: 8225313.
HSL color Cylindrical-coordinate representation of color #21827D: hue angle of 176.91º 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 #21827D is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 125 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.49 |
| HSL | 176.91º | 0.6% | 0.32% | - |
| HSV(B) | 176.91º | 0.75% | 0.51% | - |
| XYZ | 12.31 | 17.77 | 22.18 | - |
| YUV | 100.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 125 | 0.75 | 0 | 0.04 | 0.49 | 176.91 | 0.6 | 0.32 |
| Hex | 21 | 82 | 7D | 4B | 0 | 4 | 31 | B1 | 3C | 20 |
| Octal | 41 | 202 | 175 | 113 | 0 | 4 | 61 | 261 | 74 | 40 |
| Binary | 100001 | 10000010 | 1111101 | 1001011 | 0 | 100 | 110001 | 10110001 | 111100 | 100000 |
Color Harmonies of #21827D
Complementary color
Monochromatic Colors of #21827D
Black with #21827D
Text Example
Text Example
White with #21827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21827D; }
p { color: rgb(33,130,125); }
H1.HeaderClassName
{
color: #21827D;
}
.AnyTagClassName
{
color: #21827D;
}
</style>
background-color css
<style>
a { background-color: #21827D; }
a { background-color: rgb(33,130,125); }
div.DivClassName
{
background-color: #21827D;
}
.BgClassName
{
background-color: #21827D;
}
</style>
border-color css
<style>
span { border-color: #21827D; }
span { border-color: rgb(33,130,125); }
td.TdClassName
{
border-color: #21827D;
}
.TagClassName
{
border-color: #21827D;
}
</style>