Shades of Elf Green #1F8470
Tints of Elf Green #1F8470
RGB
CMYK
RGB Variations
Color information
#1F8470 (or 0x1F8470) is known color: Elf Green. HEX triplet: 1F, 84 and 70. RGB value is (31,132,112). Sum of RGB (Red+Green+Blue) = 31+132+112=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8470 is #E07B8F. Grayscale: #636363. Windows color (decimal): -14711696 or 7373855. OLE color: 7373855.
HSL color Cylindrical-coordinate representation of color #1F8470: hue angle of 168.12º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8470 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 132 | 112 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.48 |
| HSL | 168.12º | 0.62% | 0.32% | - |
| HSV(B) | 168.12º | 0.77% | 0.52% | - |
| XYZ | 11.74 | 17.96 | 18.18 | - |
| YUV | 99.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 112 | 0.77 | 0 | 0.15 | 0.48 | 168.12 | 0.62 | 0.32 |
| Hex | 1F | 84 | 70 | 4D | 0 | F | 30 | A8 | 3E | 20 |
| Octal | 37 | 204 | 160 | 115 | 0 | 17 | 60 | 250 | 76 | 40 |
| Binary | 11111 | 10000100 | 1110000 | 1001101 | 0 | 1111 | 110000 | 10101000 | 111110 | 100000 |
Color Harmonies of #1F8470
Complementary color
Monochromatic Colors of #1F8470
Black with #1F8470
Text Example
Text Example
White with #1F8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8470; }
p { color: rgb(31,132,112); }
H1.HeaderClassName
{
color: #1F8470;
}
.AnyTagClassName
{
color: #1F8470;
}
</style>
background-color css
<style>
a { background-color: #1F8470; }
a { background-color: rgb(31,132,112); }
div.DivClassName
{
background-color: #1F8470;
}
.BgClassName
{
background-color: #1F8470;
}
</style>
border-color css
<style>
span { border-color: #1F8470; }
span { border-color: rgb(31,132,112); }
td.TdClassName
{
border-color: #1F8470;
}
.TagClassName
{
border-color: #1F8470;
}
</style>