Shades of Elf Green #1F926F
Tints of Elf Green #1F926F
RGB
CMYK
RGB Variations
Color information
#1F926F (or 0x1F926F) is known color: Elf Green. HEX triplet: 1F, 92 and 6F. RGB value is (31,146,111). Sum of RGB (Red+Green+Blue) = 31+146+111=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #1F926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F926F is #E06D90. Grayscale: #6B6B6B. Windows color (decimal): -14708113 or 7311903. OLE color: 7311903.
HSL color Cylindrical-coordinate representation of color #1F926F: hue angle of 161.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F926F is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 111 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.43 |
| HSL | 161.74º | 0.65% | 0.35% | - |
| HSV(B) | 161.74º | 0.79% | 0.57% | - |
| XYZ | 13.71 | 22 | 18.56 | - |
| YUV | 107.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 111 | 0.79 | 0 | 0.24 | 0.43 | 161.74 | 0.65 | 0.35 |
| Hex | 1F | 92 | 6F | 4F | 0 | 18 | 2B | A2 | 41 | 23 |
| Octal | 37 | 222 | 157 | 117 | 0 | 30 | 53 | 242 | 101 | 43 |
| Binary | 11111 | 10010010 | 1101111 | 1001111 | 0 | 11000 | 101011 | 10100010 | 1000001 | 100011 |
Color Harmonies of #1F926F
Complementary color
Monochromatic Colors of #1F926F
Black with #1F926F
Text Example
Text Example
White with #1F926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F926F; }
p { color: rgb(31,146,111); }
H1.HeaderClassName
{
color: #1F926F;
}
.AnyTagClassName
{
color: #1F926F;
}
</style>
background-color css
<style>
a { background-color: #1F926F; }
a { background-color: rgb(31,146,111); }
div.DivClassName
{
background-color: #1F926F;
}
.BgClassName
{
background-color: #1F926F;
}
</style>
border-color css
<style>
span { border-color: #1F926F; }
span { border-color: rgb(31,146,111); }
td.TdClassName
{
border-color: #1F926F;
}
.TagClassName
{
border-color: #1F926F;
}
</style>