Shades of Elf Green #208A72
Tints of Elf Green #208A72
RGB
CMYK
RGB Variations
Color information
#208A72 (or 0x208A72) is known color: Elf Green. HEX triplet: 20, 8A and 72. RGB value is (32,138,114). Sum of RGB (Red+Green+Blue) = 32+138+114=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #208A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208A72 is #DF758D. Grayscale: #676767. Windows color (decimal): -14644622 or 7506464. OLE color: 7506464.
HSL color Cylindrical-coordinate representation of color #208A72: hue angle of 166.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A72 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 114 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.46 |
| HSL | 166.42º | 0.62% | 0.33% | - |
| HSV(B) | 166.42º | 0.77% | 0.54% | - |
| XYZ | 12.72 | 19.7 | 19.05 | - |
| YUV | 103.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 114 | 0.77 | 0 | 0.17 | 0.46 | 166.42 | 0.62 | 0.33 |
| Hex | 20 | 8A | 72 | 4D | 0 | 11 | 2E | A6 | 3E | 21 |
| Octal | 40 | 212 | 162 | 115 | 0 | 21 | 56 | 246 | 76 | 41 |
| Binary | 100000 | 10001010 | 1110010 | 1001101 | 0 | 10001 | 101110 | 10100110 | 111110 | 100001 |
Color Harmonies of #208A72
Complementary color
Monochromatic Colors of #208A72
Black with #208A72
Text Example
Text Example
White with #208A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A72; }
p { color: rgb(32,138,114); }
H1.HeaderClassName
{
color: #208A72;
}
.AnyTagClassName
{
color: #208A72;
}
</style>
background-color css
<style>
a { background-color: #208A72; }
a { background-color: rgb(32,138,114); }
div.DivClassName
{
background-color: #208A72;
}
.BgClassName
{
background-color: #208A72;
}
</style>
border-color css
<style>
span { border-color: #208A72; }
span { border-color: rgb(32,138,114); }
td.TdClassName
{
border-color: #208A72;
}
.TagClassName
{
border-color: #208A72;
}
</style>