Shades of Elm #21897D
Tints of Elm #21897D
RGB
CMYK
RGB Variations
Color information
#21897D (or 0x21897D) is known color: Elm. HEX triplet: 21, 89 and 7D. RGB value is (33,137,125). Sum of RGB (Red+Green+Blue) = 33+137+125=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #21897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21897D is #DE7682. Grayscale: #686868. Windows color (decimal): -14579331 or 8227105. OLE color: 8227105.
HSL color Cylindrical-coordinate representation of color #21897D: hue angle of 173.08º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21897D is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 125 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.46 |
| HSL | 173.08º | 0.61% | 0.33% | - |
| HSV(B) | 173.08º | 0.76% | 0.54% | - |
| XYZ | 13.27 | 19.7 | 22.5 | - |
| YUV | 104.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 125 | 0.76 | 0 | 0.09 | 0.46 | 173.08 | 0.61 | 0.33 |
| Hex | 21 | 89 | 7D | 4C | 0 | 9 | 2E | AD | 3D | 21 |
| Octal | 41 | 211 | 175 | 114 | 0 | 11 | 56 | 255 | 75 | 41 |
| Binary | 100001 | 10001001 | 1111101 | 1001100 | 0 | 1001 | 101110 | 10101101 | 111101 | 100001 |
Color Harmonies of #21897D
Complementary color
Monochromatic Colors of #21897D
Black with #21897D
Text Example
Text Example
White with #21897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21897D; }
p { color: rgb(33,137,125); }
H1.HeaderClassName
{
color: #21897D;
}
.AnyTagClassName
{
color: #21897D;
}
</style>
background-color css
<style>
a { background-color: #21897D; }
a { background-color: rgb(33,137,125); }
div.DivClassName
{
background-color: #21897D;
}
.BgClassName
{
background-color: #21897D;
}
</style>
border-color css
<style>
span { border-color: #21897D; }
span { border-color: rgb(33,137,125); }
td.TdClassName
{
border-color: #21897D;
}
.TagClassName
{
border-color: #21897D;
}
</style>