Shades of Elf Green #218365
Tints of Elf Green #218365
RGB
CMYK
RGB Variations
Color information
#218365 (or 0x218365) is known color: Elf Green. HEX triplet: 21, 83 and 65. RGB value is (33,131,101). Sum of RGB (Red+Green+Blue) = 33+131+101=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #218365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218365 is #DE7C9A. Grayscale: #626262. Windows color (decimal): -14580891 or 6652705. OLE color: 6652705.
HSL color Cylindrical-coordinate representation of color #218365: hue angle of 161.63º 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 #218365 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 101 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.49 |
| HSL | 161.63º | 0.6% | 0.32% | - |
| HSV(B) | 161.63º | 0.75% | 0.51% | - |
| XYZ | 11.09 | 17.5 | 15.1 | - |
| YUV | 98.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 101 | 0.75 | 0 | 0.23 | 0.49 | 161.63 | 0.6 | 0.32 |
| Hex | 21 | 83 | 65 | 4B | 0 | 17 | 31 | A2 | 3C | 20 |
| Octal | 41 | 203 | 145 | 113 | 0 | 27 | 61 | 242 | 74 | 40 |
| Binary | 100001 | 10000011 | 1100101 | 1001011 | 0 | 10111 | 110001 | 10100010 | 111100 | 100000 |
Color Harmonies of #218365
Complementary color
Monochromatic Colors of #218365
Black with #218365
Text Example
Text Example
White with #218365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218365; }
p { color: rgb(33,131,101); }
H1.HeaderClassName
{
color: #218365;
}
.AnyTagClassName
{
color: #218365;
}
</style>
background-color css
<style>
a { background-color: #218365; }
a { background-color: rgb(33,131,101); }
div.DivClassName
{
background-color: #218365;
}
.BgClassName
{
background-color: #218365;
}
</style>
border-color css
<style>
span { border-color: #218365; }
span { border-color: rgb(33,131,101); }
td.TdClassName
{
border-color: #218365;
}
.TagClassName
{
border-color: #218365;
}
</style>