Shades of Elf Green #1F8875
Tints of Elf Green #1F8875
RGB
CMYK
RGB Variations
Color information
#1F8875 (or 0x1F8875) is known color: Elf Green. HEX triplet: 1F, 88 and 75. RGB value is (31,136,117). Sum of RGB (Red+Green+Blue) = 31+136+117=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8875 is #E0778A. Grayscale: #666666. Windows color (decimal): -14710667 or 7702559. OLE color: 7702559.
HSL color Cylindrical-coordinate representation of color #1F8875: hue angle of 169.14º 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 #1F8875 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 117 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.47 |
| HSL | 169.14º | 0.63% | 0.33% | - |
| HSV(B) | 169.14º | 0.77% | 0.53% | - |
| XYZ | 12.58 | 19.18 | 19.87 | - |
| YUV | 102.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 117 | 0.77 | 0 | 0.14 | 0.47 | 169.14 | 0.63 | 0.33 |
| Hex | 1F | 88 | 75 | 4D | 0 | E | 2F | A9 | 3F | 21 |
| Octal | 37 | 210 | 165 | 115 | 0 | 16 | 57 | 251 | 77 | 41 |
| Binary | 11111 | 10001000 | 1110101 | 1001101 | 0 | 1110 | 101111 | 10101001 | 111111 | 100001 |
Color Harmonies of #1F8875
Complementary color
Monochromatic Colors of #1F8875
Black with #1F8875
Text Example
Text Example
White with #1F8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8875; }
p { color: rgb(31,136,117); }
H1.HeaderClassName
{
color: #1F8875;
}
.AnyTagClassName
{
color: #1F8875;
}
</style>
background-color css
<style>
a { background-color: #1F8875; }
a { background-color: rgb(31,136,117); }
div.DivClassName
{
background-color: #1F8875;
}
.BgClassName
{
background-color: #1F8875;
}
</style>
border-color css
<style>
span { border-color: #1F8875; }
span { border-color: rgb(31,136,117); }
td.TdClassName
{
border-color: #1F8875;
}
.TagClassName
{
border-color: #1F8875;
}
</style>