Shades of Elm #21877D
Tints of Elm #21877D
RGB
CMYK
RGB Variations
Color information
#21877D (or 0x21877D) is known color: Elm. HEX triplet: 21, 87 and 7D. RGB value is (33,135,125). Sum of RGB (Red+Green+Blue) = 33+135+125=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #21877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21877D is #DE7882. Grayscale: #676767. Windows color (decimal): -14579843 or 8226593. OLE color: 8226593.
HSL color Cylindrical-coordinate representation of color #21877D: hue angle of 174.12º 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 #21877D is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 125 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.47 |
| HSL | 174.12º | 0.61% | 0.33% | - |
| HSV(B) | 174.12º | 0.76% | 0.53% | - |
| XYZ | 12.99 | 19.13 | 22.41 | - |
| YUV | 103.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 125 | 0.76 | 0 | 0.07 | 0.47 | 174.12 | 0.61 | 0.33 |
| Hex | 21 | 87 | 7D | 4C | 0 | 7 | 2F | AE | 3D | 21 |
| Octal | 41 | 207 | 175 | 114 | 0 | 7 | 57 | 256 | 75 | 41 |
| Binary | 100001 | 10000111 | 1111101 | 1001100 | 0 | 111 | 101111 | 10101110 | 111101 | 100001 |
Color Harmonies of #21877D
Complementary color
Monochromatic Colors of #21877D
Black with #21877D
Text Example
Text Example
White with #21877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21877D; }
p { color: rgb(33,135,125); }
H1.HeaderClassName
{
color: #21877D;
}
.AnyTagClassName
{
color: #21877D;
}
</style>
background-color css
<style>
a { background-color: #21877D; }
a { background-color: rgb(33,135,125); }
div.DivClassName
{
background-color: #21877D;
}
.BgClassName
{
background-color: #21877D;
}
</style>
border-color css
<style>
span { border-color: #21877D; }
span { border-color: rgb(33,135,125); }
td.TdClassName
{
border-color: #21877D;
}
.TagClassName
{
border-color: #21877D;
}
</style>