Shades of Elf Green #20947B
Tints of Elf Green #20947B
RGB
CMYK
RGB Variations
Color information
#20947B (or 0x20947B) is known color: Elf Green. HEX triplet: 20, 94 and 7B. RGB value is (32,148,123). Sum of RGB (Red+Green+Blue) = 32+148+123=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #20947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20947B is #DF6B84. Grayscale: #6E6E6E. Windows color (decimal): -14642053 or 8098848. OLE color: 8098848.
HSL color Cylindrical-coordinate representation of color #20947B: hue angle of 167.07º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20947B is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 123 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.42 |
| HSL | 167.07º | 0.64% | 0.35% | - |
| HSV(B) | 167.07º | 0.78% | 0.58% | - |
| XYZ | 14.76 | 22.92 | 22.38 | - |
| YUV | 110.47 | 135.07 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 123 | 0.78 | 0 | 0.17 | 0.42 | 167.07 | 0.64 | 0.35 |
| Hex | 20 | 94 | 7B | 4E | 0 | 11 | 2A | A7 | 40 | 23 |
| Octal | 40 | 224 | 173 | 116 | 0 | 21 | 52 | 247 | 100 | 43 |
| Binary | 100000 | 10010100 | 1111011 | 1001110 | 0 | 10001 | 101010 | 10100111 | 1000000 | 100011 |
Color Harmonies of #20947B
Complementary color
Monochromatic Colors of #20947B
Black with #20947B
Text Example
Text Example
White with #20947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20947B; }
p { color: rgb(32,148,123); }
H1.HeaderClassName
{
color: #20947B;
}
.AnyTagClassName
{
color: #20947B;
}
</style>
background-color css
<style>
a { background-color: #20947B; }
a { background-color: rgb(32,148,123); }
div.DivClassName
{
background-color: #20947B;
}
.BgClassName
{
background-color: #20947B;
}
</style>
border-color css
<style>
span { border-color: #20947B; }
span { border-color: rgb(32,148,123); }
td.TdClassName
{
border-color: #20947B;
}
.TagClassName
{
border-color: #20947B;
}
</style>