Shades of Elf Green #1F8672
Tints of Elf Green #1F8672
RGB
CMYK
RGB Variations
Color information
#1F8672 (or 0x1F8672) is known color: Elf Green. HEX triplet: 1F, 86 and 72. RGB value is (31,134,114). Sum of RGB (Red+Green+Blue) = 31+134+114=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8672 is #E0798D. Grayscale: #646464. Windows color (decimal): -14711182 or 7505439. OLE color: 7505439.
HSL color Cylindrical-coordinate representation of color #1F8672: hue angle of 168.35º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8672 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 114 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.47 |
| HSL | 168.35º | 0.62% | 0.32% | - |
| HSV(B) | 168.35º | 0.77% | 0.53% | - |
| XYZ | 12.13 | 18.56 | 18.86 | - |
| YUV | 100.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 114 | 0.77 | 0 | 0.15 | 0.47 | 168.35 | 0.62 | 0.32 |
| Hex | 1F | 86 | 72 | 4D | 0 | F | 2F | A8 | 3E | 20 |
| Octal | 37 | 206 | 162 | 115 | 0 | 17 | 57 | 250 | 76 | 40 |
| Binary | 11111 | 10000110 | 1110010 | 1001101 | 0 | 1111 | 101111 | 10101000 | 111110 | 100000 |
Color Harmonies of #1F8672
Complementary color
Monochromatic Colors of #1F8672
Black with #1F8672
Text Example
Text Example
White with #1F8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8672; }
p { color: rgb(31,134,114); }
H1.HeaderClassName
{
color: #1F8672;
}
.AnyTagClassName
{
color: #1F8672;
}
</style>
background-color css
<style>
a { background-color: #1F8672; }
a { background-color: rgb(31,134,114); }
div.DivClassName
{
background-color: #1F8672;
}
.BgClassName
{
background-color: #1F8672;
}
</style>
border-color css
<style>
span { border-color: #1F8672; }
span { border-color: rgb(31,134,114); }
td.TdClassName
{
border-color: #1F8672;
}
.TagClassName
{
border-color: #1F8672;
}
</style>