Shades of Elf Green #1F8F76
Tints of Elf Green #1F8F76
RGB
CMYK
RGB Variations
Color information
#1F8F76 (or 0x1F8F76) is known color: Elf Green. HEX triplet: 1F, 8F and 76. RGB value is (31,143,118). Sum of RGB (Red+Green+Blue) = 31+143+118=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8F76 is #E07089. Grayscale: #6A6A6A. Windows color (decimal): -14708874 or 7769887. OLE color: 7769887.
HSL color Cylindrical-coordinate representation of color #1F8F76: hue angle of 166.61º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8F76 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 118 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.44 |
| HSL | 166.61º | 0.64% | 0.34% | - |
| HSV(B) | 166.61º | 0.78% | 0.56% | - |
| XYZ | 13.66 | 21.24 | 20.52 | - |
| YUV | 106.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 118 | 0.78 | 0 | 0.17 | 0.44 | 166.61 | 0.64 | 0.34 |
| Hex | 1F | 8F | 76 | 4E | 0 | 11 | 2C | A7 | 40 | 22 |
| Octal | 37 | 217 | 166 | 116 | 0 | 21 | 54 | 247 | 100 | 42 |
| Binary | 11111 | 10001111 | 1110110 | 1001110 | 0 | 10001 | 101100 | 10100111 | 1000000 | 100010 |
Color Harmonies of #1F8F76
Complementary color
Monochromatic Colors of #1F8F76
Black with #1F8F76
Text Example
Text Example
White with #1F8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F76; }
p { color: rgb(31,143,118); }
H1.HeaderClassName
{
color: #1F8F76;
}
.AnyTagClassName
{
color: #1F8F76;
}
</style>
background-color css
<style>
a { background-color: #1F8F76; }
a { background-color: rgb(31,143,118); }
div.DivClassName
{
background-color: #1F8F76;
}
.BgClassName
{
background-color: #1F8F76;
}
</style>
border-color css
<style>
span { border-color: #1F8F76; }
span { border-color: rgb(31,143,118); }
td.TdClassName
{
border-color: #1F8F76;
}
.TagClassName
{
border-color: #1F8F76;
}
</style>