Shades of Elf Green #1F806F
Tints of Elf Green #1F806F
RGB
CMYK
RGB Variations
Color information
#1F806F (or 0x1F806F) is known color: Elf Green. HEX triplet: 1F, 80 and 6F. RGB value is (31,128,111). Sum of RGB (Red+Green+Blue) = 31+128+111=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #1F806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F806F is #E07F90. Grayscale: #616161. Windows color (decimal): -14712721 or 7307295. OLE color: 7307295.
HSL color Cylindrical-coordinate representation of color #1F806F: hue angle of 169.48º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F806F is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 111 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.50 |
| HSL | 169.48º | 0.61% | 0.31% | - |
| HSV(B) | 169.48º | 0.76% | 0.5% | - |
| XYZ | 11.15 | 16.88 | 17.71 | - |
| YUV | 97.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 111 | 0.76 | 0 | 0.13 | 0.50 | 169.48 | 0.61 | 0.31 |
| Hex | 1F | 80 | 6F | 4C | 0 | D | 32 | A9 | 3D | 1F |
| Octal | 37 | 200 | 157 | 114 | 0 | 15 | 62 | 251 | 75 | 37 |
| Binary | 11111 | 10000000 | 1101111 | 1001100 | 0 | 1101 | 110010 | 10101001 | 111101 | 11111 |
Color Harmonies of #1F806F
Complementary color
Monochromatic Colors of #1F806F
Black with #1F806F
Text Example
Text Example
White with #1F806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F806F; }
p { color: rgb(31,128,111); }
H1.HeaderClassName
{
color: #1F806F;
}
.AnyTagClassName
{
color: #1F806F;
}
</style>
background-color css
<style>
a { background-color: #1F806F; }
a { background-color: rgb(31,128,111); }
div.DivClassName
{
background-color: #1F806F;
}
.BgClassName
{
background-color: #1F806F;
}
</style>
border-color css
<style>
span { border-color: #1F806F; }
span { border-color: rgb(31,128,111); }
td.TdClassName
{
border-color: #1F806F;
}
.TagClassName
{
border-color: #1F806F;
}
</style>