Shades of Elf Green #208365
Tints of Elf Green #208365
RGB
CMYK
RGB Variations
Color information
#208365 (or 0x208365) is known color: Elf Green. HEX triplet: 20, 83 and 65. RGB value is (32,131,101). Sum of RGB (Red+Green+Blue) = 32+131+101=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #208365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208365 is #DF7C9A. Grayscale: #616161. Windows color (decimal): -14646427 or 6652704. OLE color: 6652704.
HSL color Cylindrical-coordinate representation of color #208365: hue angle of 161.82º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208365 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 101 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.49 |
| HSL | 161.82º | 0.61% | 0.32% | - |
| HSV(B) | 161.82º | 0.76% | 0.51% | - |
| XYZ | 11.06 | 17.48 | 15.1 | - |
| YUV | 97.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 101 | 0.76 | 0 | 0.23 | 0.49 | 161.82 | 0.61 | 0.32 |
| Hex | 20 | 83 | 65 | 4C | 0 | 17 | 31 | A2 | 3D | 20 |
| Octal | 40 | 203 | 145 | 114 | 0 | 27 | 61 | 242 | 75 | 40 |
| Binary | 100000 | 10000011 | 1100101 | 1001100 | 0 | 10111 | 110001 | 10100010 | 111101 | 100000 |
Color Harmonies of #208365
Complementary color
Monochromatic Colors of #208365
Black with #208365
Text Example
Text Example
White with #208365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208365; }
p { color: rgb(32,131,101); }
H1.HeaderClassName
{
color: #208365;
}
.AnyTagClassName
{
color: #208365;
}
</style>
background-color css
<style>
a { background-color: #208365; }
a { background-color: rgb(32,131,101); }
div.DivClassName
{
background-color: #208365;
}
.BgClassName
{
background-color: #208365;
}
</style>
border-color css
<style>
span { border-color: #208365; }
span { border-color: rgb(32,131,101); }
td.TdClassName
{
border-color: #208365;
}
.TagClassName
{
border-color: #208365;
}
</style>