Shades of Elf Green #20886B
Tints of Elf Green #20886B
RGB
CMYK
RGB Variations
Color information
#20886B (or 0x20886B) is known color: Elf Green. HEX triplet: 20, 88 and 6B. RGB value is (32,136,107). Sum of RGB (Red+Green+Blue) = 32+136+107=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #20886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20886B is #DF7794. Grayscale: #656565. Windows color (decimal): -14645141 or 7047200. OLE color: 7047200.
HSL color Cylindrical-coordinate representation of color #20886B: hue angle of 163.27º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20886B is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 107 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.47 |
| HSL | 163.27º | 0.62% | 0.33% | - |
| HSV(B) | 163.27º | 0.76% | 0.53% | - |
| XYZ | 12.05 | 18.98 | 16.94 | - |
| YUV | 101.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 107 | 0.76 | 0 | 0.21 | 0.47 | 163.27 | 0.62 | 0.33 |
| Hex | 20 | 88 | 6B | 4C | 0 | 15 | 2F | A3 | 3E | 21 |
| Octal | 40 | 210 | 153 | 114 | 0 | 25 | 57 | 243 | 76 | 41 |
| Binary | 100000 | 10001000 | 1101011 | 1001100 | 0 | 10101 | 101111 | 10100011 | 111110 | 100001 |
Color Harmonies of #20886B
Complementary color
Monochromatic Colors of #20886B
Black with #20886B
Text Example
Text Example
White with #20886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20886B; }
p { color: rgb(32,136,107); }
H1.HeaderClassName
{
color: #20886B;
}
.AnyTagClassName
{
color: #20886B;
}
</style>
background-color css
<style>
a { background-color: #20886B; }
a { background-color: rgb(32,136,107); }
div.DivClassName
{
background-color: #20886B;
}
.BgClassName
{
background-color: #20886B;
}
</style>
border-color css
<style>
span { border-color: #20886B; }
span { border-color: rgb(32,136,107); }
td.TdClassName
{
border-color: #20886B;
}
.TagClassName
{
border-color: #20886B;
}
</style>