Shades of Elf Green #1F876C
Tints of Elf Green #1F876C
RGB
CMYK
RGB Variations
Color information
#1F876C (or 0x1F876C) is known color: Elf Green. HEX triplet: 1F, 87 and 6C. RGB value is (31,135,108). Sum of RGB (Red+Green+Blue) = 31+135+108=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #1F876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F876C is #E07893. Grayscale: #646464. Windows color (decimal): -14710932 or 7112479. OLE color: 7112479.
HSL color Cylindrical-coordinate representation of color #1F876C: hue angle of 164.42º 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 #1F876C is Cyan = 0.77, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 108 | - |
| CMYK | 0.77 | 0 | 0.2 | 0.47 |
| HSL | 164.42º | 0.63% | 0.33% | - |
| HSV(B) | 164.42º | 0.77% | 0.53% | - |
| XYZ | 11.94 | 18.7 | 17.17 | - |
| YUV | 100.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 108 | 0.77 | 0 | 0.2 | 0.47 | 164.42 | 0.63 | 0.33 |
| Hex | 1F | 87 | 6C | 4D | 0 | 14 | 2F | A4 | 3F | 21 |
| Octal | 37 | 207 | 154 | 115 | 0 | 24 | 57 | 244 | 77 | 41 |
| Binary | 11111 | 10000111 | 1101100 | 1001101 | 0 | 10100 | 101111 | 10100100 | 111111 | 100001 |
Color Harmonies of #1F876C
Complementary color
Monochromatic Colors of #1F876C
Black with #1F876C
Text Example
Text Example
White with #1F876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F876C; }
p { color: rgb(31,135,108); }
H1.HeaderClassName
{
color: #1F876C;
}
.AnyTagClassName
{
color: #1F876C;
}
</style>
background-color css
<style>
a { background-color: #1F876C; }
a { background-color: rgb(31,135,108); }
div.DivClassName
{
background-color: #1F876C;
}
.BgClassName
{
background-color: #1F876C;
}
</style>
border-color css
<style>
span { border-color: #1F876C; }
span { border-color: rgb(31,135,108); }
td.TdClassName
{
border-color: #1F876C;
}
.TagClassName
{
border-color: #1F876C;
}
</style>