Shades of Elm #21857E
Tints of Elm #21857E
RGB
CMYK
RGB Variations
Color information
#21857E (or 0x21857E) is known color: Elm. HEX triplet: 21, 85 and 7E. RGB value is (33,133,126). Sum of RGB (Red+Green+Blue) = 33+133+126=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #21857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21857E is #DE7A81. Grayscale: #666666. Windows color (decimal): -14580354 or 8291617. OLE color: 8291617.
HSL color Cylindrical-coordinate representation of color #21857E: hue angle of 175.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21857E is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 126 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.48 |
| HSL | 175.8º | 0.6% | 0.33% | - |
| HSV(B) | 175.8º | 0.75% | 0.52% | - |
| XYZ | 12.78 | 18.6 | 22.66 | - |
| YUV | 102.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 126 | 0.75 | 0 | 0.05 | 0.48 | 175.8 | 0.6 | 0.33 |
| Hex | 21 | 85 | 7E | 4B | 0 | 5 | 30 | B0 | 3C | 21 |
| Octal | 41 | 205 | 176 | 113 | 0 | 5 | 60 | 260 | 74 | 41 |
| Binary | 100001 | 10000101 | 1111110 | 1001011 | 0 | 101 | 110000 | 10110000 | 111100 | 100001 |
Color Harmonies of #21857E
Complementary color
Monochromatic Colors of #21857E
Black with #21857E
Text Example
Text Example
White with #21857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21857E; }
p { color: rgb(33,133,126); }
H1.HeaderClassName
{
color: #21857E;
}
.AnyTagClassName
{
color: #21857E;
}
</style>
background-color css
<style>
a { background-color: #21857E; }
a { background-color: rgb(33,133,126); }
div.DivClassName
{
background-color: #21857E;
}
.BgClassName
{
background-color: #21857E;
}
</style>
border-color css
<style>
span { border-color: #21857E; }
span { border-color: rgb(33,133,126); }
td.TdClassName
{
border-color: #21857E;
}
.TagClassName
{
border-color: #21857E;
}
</style>