Shades of Elm #21897B
Tints of Elm #21897B
RGB
CMYK
RGB Variations
Color information
#21897B (or 0x21897B) is known color: Elm. HEX triplet: 21, 89 and 7B. RGB value is (33,137,123). Sum of RGB (Red+Green+Blue) = 33+137+123=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #21897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21897B is #DE7684. Grayscale: #686868. Windows color (decimal): -14579333 or 8096033. OLE color: 8096033.
HSL color Cylindrical-coordinate representation of color #21897B: hue angle of 171.92º 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 #21897B is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 123 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.46 |
| HSL | 171.92º | 0.61% | 0.33% | - |
| HSV(B) | 171.92º | 0.76% | 0.54% | - |
| XYZ | 13.15 | 19.64 | 21.84 | - |
| YUV | 104.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 123 | 0.76 | 0 | 0.10 | 0.46 | 171.92 | 0.61 | 0.33 |
| Hex | 21 | 89 | 7B | 4C | 0 | A | 2E | AC | 3D | 21 |
| Octal | 41 | 211 | 173 | 114 | 0 | 12 | 56 | 254 | 75 | 41 |
| Binary | 100001 | 10001001 | 1111011 | 1001100 | 0 | 1010 | 101110 | 10101100 | 111101 | 100001 |
Color Harmonies of #21897B
Complementary color
Monochromatic Colors of #21897B
Black with #21897B
Text Example
Text Example
White with #21897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21897B; }
p { color: rgb(33,137,123); }
H1.HeaderClassName
{
color: #21897B;
}
.AnyTagClassName
{
color: #21897B;
}
</style>
background-color css
<style>
a { background-color: #21897B; }
a { background-color: rgb(33,137,123); }
div.DivClassName
{
background-color: #21897B;
}
.BgClassName
{
background-color: #21897B;
}
</style>
border-color css
<style>
span { border-color: #21897B; }
span { border-color: rgb(33,137,123); }
td.TdClassName
{
border-color: #21897B;
}
.TagClassName
{
border-color: #21897B;
}
</style>