Shades of Elm #218983
Tints of Elm #218983
RGB
CMYK
RGB Variations
Color information
#218983 (or 0x218983) is known color: Elm. HEX triplet: 21, 89 and 83. RGB value is (33,137,131). Sum of RGB (Red+Green+Blue) = 33+137+131=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #218983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218983 is #DE767C. Grayscale: #696969. Windows color (decimal): -14579325 or 8620321. OLE color: 8620321.
HSL color Cylindrical-coordinate representation of color #218983: hue angle of 176.54º 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 #218983 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 131 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.46 |
| HSL | 176.54º | 0.61% | 0.33% | - |
| HSV(B) | 176.54º | 0.76% | 0.54% | - |
| XYZ | 13.67 | 19.85 | 24.58 | - |
| YUV | 105.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 131 | 0.76 | 0 | 0.04 | 0.46 | 176.54 | 0.61 | 0.33 |
| Hex | 21 | 89 | 83 | 4C | 0 | 4 | 2E | B1 | 3D | 21 |
| Octal | 41 | 211 | 203 | 114 | 0 | 4 | 56 | 261 | 75 | 41 |
| Binary | 100001 | 10001001 | 10000011 | 1001100 | 0 | 100 | 101110 | 10110001 | 111101 | 100001 |
Color Harmonies of #218983
Complementary color
Monochromatic Colors of #218983
Black with #218983
Text Example
Text Example
White with #218983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218983; }
p { color: rgb(33,137,131); }
H1.HeaderClassName
{
color: #218983;
}
.AnyTagClassName
{
color: #218983;
}
</style>
background-color css
<style>
a { background-color: #218983; }
a { background-color: rgb(33,137,131); }
div.DivClassName
{
background-color: #218983;
}
.BgClassName
{
background-color: #218983;
}
</style>
border-color css
<style>
span { border-color: #218983; }
span { border-color: rgb(33,137,131); }
td.TdClassName
{
border-color: #218983;
}
.TagClassName
{
border-color: #218983;
}
</style>