Shades of Elm #21877E
Tints of Elm #21877E
RGB
CMYK
RGB Variations
Color information
#21877E (or 0x21877E) is known color: Elm. HEX triplet: 21, 87 and 7E. RGB value is (33,135,126). Sum of RGB (Red+Green+Blue) = 33+135+126=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #21877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21877E is #DE7881. Grayscale: #676767. Windows color (decimal): -14579842 or 8292129. OLE color: 8292129.
HSL color Cylindrical-coordinate representation of color #21877E: hue angle of 174.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21877E is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 126 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.47 |
| HSL | 174.71º | 0.61% | 0.33% | - |
| HSV(B) | 174.71º | 0.76% | 0.53% | - |
| XYZ | 13.06 | 19.16 | 22.75 | - |
| YUV | 103.48 | 140.71 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 126 | 0.76 | 0 | 0.07 | 0.47 | 174.71 | 0.61 | 0.33 |
| Hex | 21 | 87 | 7E | 4C | 0 | 7 | 2F | AF | 3D | 21 |
| Octal | 41 | 207 | 176 | 114 | 0 | 7 | 57 | 257 | 75 | 41 |
| Binary | 100001 | 10000111 | 1111110 | 1001100 | 0 | 111 | 101111 | 10101111 | 111101 | 100001 |
Color Harmonies of #21877E
Complementary color
Monochromatic Colors of #21877E
Black with #21877E
Text Example
Text Example
White with #21877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21877E; }
p { color: rgb(33,135,126); }
H1.HeaderClassName
{
color: #21877E;
}
.AnyTagClassName
{
color: #21877E;
}
</style>
background-color css
<style>
a { background-color: #21877E; }
a { background-color: rgb(33,135,126); }
div.DivClassName
{
background-color: #21877E;
}
.BgClassName
{
background-color: #21877E;
}
</style>
border-color css
<style>
span { border-color: #21877E; }
span { border-color: rgb(33,135,126); }
td.TdClassName
{
border-color: #21877E;
}
.TagClassName
{
border-color: #21877E;
}
</style>