Shades of Elm #218278
Tints of Elm #218278
RGB
CMYK
RGB Variations
Color information
#218278 (or 0x218278) is known color: Elm. HEX triplet: 21, 82 and 78. RGB value is (33,130,120). Sum of RGB (Red+Green+Blue) = 33+130+120=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #218278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218278 is #DE7D87. Grayscale: #636363. Windows color (decimal): -14581128 or 7897633. OLE color: 7897633.
HSL color Cylindrical-coordinate representation of color #218278: hue angle of 173.81º 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 #218278 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 120 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.49 |
| HSL | 173.81º | 0.6% | 0.32% | - |
| HSV(B) | 173.81º | 0.75% | 0.51% | - |
| XYZ | 12 | 17.64 | 20.54 | - |
| YUV | 99.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 120 | 0.75 | 0 | 0.08 | 0.49 | 173.81 | 0.6 | 0.32 |
| Hex | 21 | 82 | 78 | 4B | 0 | 8 | 31 | AE | 3C | 20 |
| Octal | 41 | 202 | 170 | 113 | 0 | 10 | 61 | 256 | 74 | 40 |
| Binary | 100001 | 10000010 | 1111000 | 1001011 | 0 | 1000 | 110001 | 10101110 | 111100 | 100000 |
Color Harmonies of #218278
Complementary color
Monochromatic Colors of #218278
Black with #218278
Text Example
Text Example
White with #218278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218278; }
p { color: rgb(33,130,120); }
H1.HeaderClassName
{
color: #218278;
}
.AnyTagClassName
{
color: #218278;
}
</style>
background-color css
<style>
a { background-color: #218278; }
a { background-color: rgb(33,130,120); }
div.DivClassName
{
background-color: #218278;
}
.BgClassName
{
background-color: #218278;
}
</style>
border-color css
<style>
span { border-color: #218278; }
span { border-color: rgb(33,130,120); }
td.TdClassName
{
border-color: #218278;
}
.TagClassName
{
border-color: #218278;
}
</style>