Shades of Elf Green #208269
Tints of Elf Green #208269
RGB
CMYK
RGB Variations
Color information
#208269 (or 0x208269) is known color: Elf Green. HEX triplet: 20, 82 and 69. RGB value is (32,130,105). Sum of RGB (Red+Green+Blue) = 32+130+105=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #208269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208269 is #DF7D96. Grayscale: #616161. Windows color (decimal): -14646679 or 6914592. OLE color: 6914592.
HSL color Cylindrical-coordinate representation of color #208269: hue angle of 164.69º 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 #208269 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 105 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.49 |
| HSL | 164.69º | 0.6% | 0.32% | - |
| HSV(B) | 164.69º | 0.75% | 0.51% | - |
| XYZ | 11.13 | 17.29 | 16.12 | - |
| YUV | 97.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 105 | 0.75 | 0 | 0.19 | 0.49 | 164.69 | 0.6 | 0.32 |
| Hex | 20 | 82 | 69 | 4B | 0 | 13 | 31 | A5 | 3C | 20 |
| Octal | 40 | 202 | 151 | 113 | 0 | 23 | 61 | 245 | 74 | 40 |
| Binary | 100000 | 10000010 | 1101001 | 1001011 | 0 | 10011 | 110001 | 10100101 | 111100 | 100000 |
Color Harmonies of #208269
Complementary color
Monochromatic Colors of #208269
Black with #208269
Text Example
Text Example
White with #208269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208269; }
p { color: rgb(32,130,105); }
H1.HeaderClassName
{
color: #208269;
}
.AnyTagClassName
{
color: #208269;
}
</style>
background-color css
<style>
a { background-color: #208269; }
a { background-color: rgb(32,130,105); }
div.DivClassName
{
background-color: #208269;
}
.BgClassName
{
background-color: #208269;
}
</style>
border-color css
<style>
span { border-color: #208269; }
span { border-color: rgb(32,130,105); }
td.TdClassName
{
border-color: #208269;
}
.TagClassName
{
border-color: #208269;
}
</style>