Shades of Elf Green #1F8970
Tints of Elf Green #1F8970
RGB
CMYK
RGB Variations
Color information
#1F8970 (or 0x1F8970) is known color: Elf Green. HEX triplet: 1F, 89 and 70. RGB value is (31,137,112). Sum of RGB (Red+Green+Blue) = 31+137+112=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8970 is #E0768F. Grayscale: #666666. Windows color (decimal): -14710416 or 7375135. OLE color: 7375135.
HSL color Cylindrical-coordinate representation of color #1F8970: hue angle of 165.85º degrees, saturation: 0.63, 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 #1F8970 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 112 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.46 |
| HSL | 165.85º | 0.63% | 0.33% | - |
| HSV(B) | 165.85º | 0.77% | 0.54% | - |
| XYZ | 12.44 | 19.35 | 18.41 | - |
| YUV | 102.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 112 | 0.77 | 0 | 0.18 | 0.46 | 165.85 | 0.63 | 0.33 |
| Hex | 1F | 89 | 70 | 4D | 0 | 12 | 2E | A6 | 3F | 21 |
| Octal | 37 | 211 | 160 | 115 | 0 | 22 | 56 | 246 | 77 | 41 |
| Binary | 11111 | 10001001 | 1110000 | 1001101 | 0 | 10010 | 101110 | 10100110 | 111111 | 100001 |
Color Harmonies of #1F8970
Complementary color
Monochromatic Colors of #1F8970
Black with #1F8970
Text Example
Text Example
White with #1F8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8970; }
p { color: rgb(31,137,112); }
H1.HeaderClassName
{
color: #1F8970;
}
.AnyTagClassName
{
color: #1F8970;
}
</style>
background-color css
<style>
a { background-color: #1F8970; }
a { background-color: rgb(31,137,112); }
div.DivClassName
{
background-color: #1F8970;
}
.BgClassName
{
background-color: #1F8970;
}
</style>
border-color css
<style>
span { border-color: #1F8970; }
span { border-color: rgb(31,137,112); }
td.TdClassName
{
border-color: #1F8970;
}
.TagClassName
{
border-color: #1F8970;
}
</style>