Shades of Elf Green #20875D
Tints of Elf Green #20875D
RGB
CMYK
RGB Variations
Color information
#20875D (or 0x20875D) is known color: Elf Green. HEX triplet: 20, 87 and 5D. RGB value is (32,135,93). Sum of RGB (Red+Green+Blue) = 32+135+93=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #20875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20875D is #DF78A2. Grayscale: #636363. Windows color (decimal): -14645411 or 6129440. OLE color: 6129440.
HSL color Cylindrical-coordinate representation of color #20875D: hue angle of 155.53º 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 #20875D is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 93 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.47 |
| HSL | 155.53º | 0.62% | 0.33% | - |
| HSV(B) | 155.53º | 0.76% | 0.53% | - |
| XYZ | 11.24 | 18.43 | 13.32 | - |
| YUV | 99.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 93 | 0.76 | 0 | 0.31 | 0.47 | 155.53 | 0.62 | 0.33 |
| Hex | 20 | 87 | 5D | 4C | 0 | 1F | 2F | 9C | 3E | 21 |
| Octal | 40 | 207 | 135 | 114 | 0 | 37 | 57 | 234 | 76 | 41 |
| Binary | 100000 | 10000111 | 1011101 | 1001100 | 0 | 11111 | 101111 | 10011100 | 111110 | 100001 |
Color Harmonies of #20875D
Complementary color
Monochromatic Colors of #20875D
Black with #20875D
Text Example
Text Example
White with #20875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20875D; }
p { color: rgb(32,135,93); }
H1.HeaderClassName
{
color: #20875D;
}
.AnyTagClassName
{
color: #20875D;
}
</style>
background-color css
<style>
a { background-color: #20875D; }
a { background-color: rgb(32,135,93); }
div.DivClassName
{
background-color: #20875D;
}
.BgClassName
{
background-color: #20875D;
}
</style>
border-color css
<style>
span { border-color: #20875D; }
span { border-color: rgb(32,135,93); }
td.TdClassName
{
border-color: #20875D;
}
.TagClassName
{
border-color: #20875D;
}
</style>