Shades of Elf Green #1F8770
Tints of Elf Green #1F8770
RGB
CMYK
RGB Variations
Color information
#1F8770 (or 0x1F8770) is known color: Elf Green. HEX triplet: 1F, 87 and 70. RGB value is (31,135,112). Sum of RGB (Red+Green+Blue) = 31+135+112=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8770 is #E0788F. Grayscale: #656565. Windows color (decimal): -14710928 or 7374623. OLE color: 7374623.
HSL color Cylindrical-coordinate representation of color #1F8770: hue angle of 166.73º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8770 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 112 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.47 |
| HSL | 166.73º | 0.63% | 0.33% | - |
| HSV(B) | 166.73º | 0.77% | 0.53% | - |
| XYZ | 12.15 | 18.79 | 18.32 | - |
| YUV | 101.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 112 | 0.77 | 0 | 0.17 | 0.47 | 166.73 | 0.63 | 0.33 |
| Hex | 1F | 87 | 70 | 4D | 0 | 11 | 2F | A7 | 3F | 21 |
| Octal | 37 | 207 | 160 | 115 | 0 | 21 | 57 | 247 | 77 | 41 |
| Binary | 11111 | 10000111 | 1110000 | 1001101 | 0 | 10001 | 101111 | 10100111 | 111111 | 100001 |
Color Harmonies of #1F8770
Complementary color
Monochromatic Colors of #1F8770
Black with #1F8770
Text Example
Text Example
White with #1F8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8770; }
p { color: rgb(31,135,112); }
H1.HeaderClassName
{
color: #1F8770;
}
.AnyTagClassName
{
color: #1F8770;
}
</style>
background-color css
<style>
a { background-color: #1F8770; }
a { background-color: rgb(31,135,112); }
div.DivClassName
{
background-color: #1F8770;
}
.BgClassName
{
background-color: #1F8770;
}
</style>
border-color css
<style>
span { border-color: #1F8770; }
span { border-color: rgb(31,135,112); }
td.TdClassName
{
border-color: #1F8770;
}
.TagClassName
{
border-color: #1F8770;
}
</style>