Shades of Elm #218279
Tints of Elm #218279
RGB
CMYK
RGB Variations
Color information
#218279 (or 0x218279) is known color: Elm. HEX triplet: 21, 82 and 79. RGB value is (33,130,121). Sum of RGB (Red+Green+Blue) = 33+130+121=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #218279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218279 is #DE7D86. Grayscale: #636363. Windows color (decimal): -14581127 or 7963169. OLE color: 7963169.
HSL color Cylindrical-coordinate representation of color #218279: hue angle of 174.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 #218279 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 121 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.49 |
| HSL | 174.43º | 0.6% | 0.32% | - |
| HSV(B) | 174.43º | 0.75% | 0.51% | - |
| XYZ | 12.06 | 17.67 | 20.86 | - |
| YUV | 99.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 121 | 0.75 | 0 | 0.07 | 0.49 | 174.43 | 0.6 | 0.32 |
| Hex | 21 | 82 | 79 | 4B | 0 | 7 | 31 | AE | 3C | 20 |
| Octal | 41 | 202 | 171 | 113 | 0 | 7 | 61 | 256 | 74 | 40 |
| Binary | 100001 | 10000010 | 1111001 | 1001011 | 0 | 111 | 110001 | 10101110 | 111100 | 100000 |
Color Harmonies of #218279
Complementary color
Monochromatic Colors of #218279
Black with #218279
Text Example
Text Example
White with #218279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218279; }
p { color: rgb(33,130,121); }
H1.HeaderClassName
{
color: #218279;
}
.AnyTagClassName
{
color: #218279;
}
</style>
background-color css
<style>
a { background-color: #218279; }
a { background-color: rgb(33,130,121); }
div.DivClassName
{
background-color: #218279;
}
.BgClassName
{
background-color: #218279;
}
</style>
border-color css
<style>
span { border-color: #218279; }
span { border-color: rgb(33,130,121); }
td.TdClassName
{
border-color: #218279;
}
.TagClassName
{
border-color: #218279;
}
</style>