Shades of Elf Green #1F8866
Tints of Elf Green #1F8866
RGB
CMYK
RGB Variations
Color information
#1F8866 (or 0x1F8866) is known color: Elf Green. HEX triplet: 1F, 88 and 66. RGB value is (31,136,102). Sum of RGB (Red+Green+Blue) = 31+136+102=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8866 is #E07799. Grayscale: #646464. Windows color (decimal): -14710682 or 6719519. OLE color: 6719519.
HSL color Cylindrical-coordinate representation of color #1F8866: hue angle of 160.57º 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 #1F8866 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 102 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.47 |
| HSL | 160.57º | 0.63% | 0.33% | - |
| HSV(B) | 160.57º | 0.77% | 0.53% | - |
| XYZ | 11.77 | 18.86 | 15.59 | - |
| YUV | 100.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 102 | 0.77 | 0 | 0.25 | 0.47 | 160.57 | 0.63 | 0.33 |
| Hex | 1F | 88 | 66 | 4D | 0 | 19 | 2F | A1 | 3F | 21 |
| Octal | 37 | 210 | 146 | 115 | 0 | 31 | 57 | 241 | 77 | 41 |
| Binary | 11111 | 10001000 | 1100110 | 1001101 | 0 | 11001 | 101111 | 10100001 | 111111 | 100001 |
Color Harmonies of #1F8866
Complementary color
Monochromatic Colors of #1F8866
Black with #1F8866
Text Example
Text Example
White with #1F8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8866; }
p { color: rgb(31,136,102); }
H1.HeaderClassName
{
color: #1F8866;
}
.AnyTagClassName
{
color: #1F8866;
}
</style>
background-color css
<style>
a { background-color: #1F8866; }
a { background-color: rgb(31,136,102); }
div.DivClassName
{
background-color: #1F8866;
}
.BgClassName
{
background-color: #1F8866;
}
</style>
border-color css
<style>
span { border-color: #1F8866; }
span { border-color: rgb(31,136,102); }
td.TdClassName
{
border-color: #1F8866;
}
.TagClassName
{
border-color: #1F8866;
}
</style>