Shades of Elf Green #1F875F
Tints of Elf Green #1F875F
RGB
CMYK
RGB Variations
Color information
#1F875F (or 0x1F875F) is known color: Elf Green. HEX triplet: 1F, 87 and 5F. RGB value is (31,135,95). Sum of RGB (Red+Green+Blue) = 31+135+95=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #1F875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F875F is #E078A0. Grayscale: #636363. Windows color (decimal): -14710945 or 6260511. OLE color: 6260511.
HSL color Cylindrical-coordinate representation of color #1F875F: hue angle of 156.92º 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 #1F875F is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 95 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.47 |
| HSL | 156.92º | 0.63% | 0.33% | - |
| HSV(B) | 156.92º | 0.77% | 0.53% | - |
| XYZ | 11.29 | 18.45 | 13.79 | - |
| YUV | 99.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 95 | 0.77 | 0 | 0.30 | 0.47 | 156.92 | 0.63 | 0.33 |
| Hex | 1F | 87 | 5F | 4D | 0 | 1E | 2F | 9D | 3F | 21 |
| Octal | 37 | 207 | 137 | 115 | 0 | 36 | 57 | 235 | 77 | 41 |
| Binary | 11111 | 10000111 | 1011111 | 1001101 | 0 | 11110 | 101111 | 10011101 | 111111 | 100001 |
Color Harmonies of #1F875F
Complementary color
Monochromatic Colors of #1F875F
Black with #1F875F
Text Example
Text Example
White with #1F875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F875F; }
p { color: rgb(31,135,95); }
H1.HeaderClassName
{
color: #1F875F;
}
.AnyTagClassName
{
color: #1F875F;
}
</style>
background-color css
<style>
a { background-color: #1F875F; }
a { background-color: rgb(31,135,95); }
div.DivClassName
{
background-color: #1F875F;
}
.BgClassName
{
background-color: #1F875F;
}
</style>
border-color css
<style>
span { border-color: #1F875F; }
span { border-color: rgb(31,135,95); }
td.TdClassName
{
border-color: #1F875F;
}
.TagClassName
{
border-color: #1F875F;
}
</style>