Shades of Elm #218375
Tints of Elm #218375
RGB
CMYK
RGB Variations
Color information
#218375 (or 0x218375) is known color: Elm. HEX triplet: 21, 83 and 75. RGB value is (33,131,117). Sum of RGB (Red+Green+Blue) = 33+131+117=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #218375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218375 is #DE7C8A. Grayscale: #646464. Windows color (decimal): -14580875 or 7701281. OLE color: 7701281.
HSL color Cylindrical-coordinate representation of color #218375: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218375 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 117 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.49 |
| HSL | 171.43º | 0.6% | 0.32% | - |
| HSV(B) | 171.43º | 0.75% | 0.51% | - |
| XYZ | 11.95 | 17.84 | 19.64 | - |
| YUV | 100.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 117 | 0.75 | 0 | 0.11 | 0.49 | 171.43 | 0.6 | 0.32 |
| Hex | 21 | 83 | 75 | 4B | 0 | B | 31 | AB | 3C | 20 |
| Octal | 41 | 203 | 165 | 113 | 0 | 13 | 61 | 253 | 74 | 40 |
| Binary | 100001 | 10000011 | 1110101 | 1001011 | 0 | 1011 | 110001 | 10101011 | 111100 | 100000 |
Color Harmonies of #218375
Complementary color
Monochromatic Colors of #218375
Black with #218375
Text Example
Text Example
White with #218375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218375; }
p { color: rgb(33,131,117); }
H1.HeaderClassName
{
color: #218375;
}
.AnyTagClassName
{
color: #218375;
}
</style>
background-color css
<style>
a { background-color: #218375; }
a { background-color: rgb(33,131,117); }
div.DivClassName
{
background-color: #218375;
}
.BgClassName
{
background-color: #218375;
}
</style>
border-color css
<style>
span { border-color: #218375; }
span { border-color: rgb(33,131,117); }
td.TdClassName
{
border-color: #218375;
}
.TagClassName
{
border-color: #218375;
}
</style>