Shades of Elf Green #20896B
Tints of Elf Green #20896B
RGB
CMYK
RGB Variations
Color information
#20896B (or 0x20896B) is known color: Elf Green. HEX triplet: 20, 89 and 6B. RGB value is (32,137,107). Sum of RGB (Red+Green+Blue) = 32+137+107=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #20896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20896B is #DF7694. Grayscale: #666666. Windows color (decimal): -14644885 or 7047456. OLE color: 7047456.
HSL color Cylindrical-coordinate representation of color #20896B: hue angle of 162.86º 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 #20896B is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 137 | 107 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.46 |
| HSL | 162.86º | 0.62% | 0.33% | - |
| HSV(B) | 162.86º | 0.77% | 0.54% | - |
| XYZ | 12.2 | 19.26 | 16.98 | - |
| YUV | 102.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 107 | 0.77 | 0 | 0.22 | 0.46 | 162.86 | 0.62 | 0.33 |
| Hex | 20 | 89 | 6B | 4D | 0 | 16 | 2E | A3 | 3E | 21 |
| Octal | 40 | 211 | 153 | 115 | 0 | 26 | 56 | 243 | 76 | 41 |
| Binary | 100000 | 10001001 | 1101011 | 1001101 | 0 | 10110 | 101110 | 10100011 | 111110 | 100001 |
Color Harmonies of #20896B
Complementary color
Monochromatic Colors of #20896B
Black with #20896B
Text Example
Text Example
White with #20896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20896B; }
p { color: rgb(32,137,107); }
H1.HeaderClassName
{
color: #20896B;
}
.AnyTagClassName
{
color: #20896B;
}
</style>
background-color css
<style>
a { background-color: #20896B; }
a { background-color: rgb(32,137,107); }
div.DivClassName
{
background-color: #20896B;
}
.BgClassName
{
background-color: #20896B;
}
</style>
border-color css
<style>
span { border-color: #20896B; }
span { border-color: rgb(32,137,107); }
td.TdClassName
{
border-color: #20896B;
}
.TagClassName
{
border-color: #20896B;
}
</style>