Shades of Elf Green #1F926C
Tints of Elf Green #1F926C
RGB
CMYK
RGB Variations
Color information
#1F926C (or 0x1F926C) is known color: Elf Green. HEX triplet: 1F, 92 and 6C. RGB value is (31,146,108). Sum of RGB (Red+Green+Blue) = 31+146+108=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #1F926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F926C is #E06D93. Grayscale: #6B6B6B. Windows color (decimal): -14708116 or 7115295. OLE color: 7115295.
HSL color Cylindrical-coordinate representation of color #1F926C: hue angle of 160.17º 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 #1F926C is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 108 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.43 |
| HSL | 160.17º | 0.65% | 0.35% | - |
| HSV(B) | 160.17º | 0.79% | 0.57% | - |
| XYZ | 13.55 | 21.93 | 17.71 | - |
| YUV | 107.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 108 | 0.79 | 0 | 0.26 | 0.43 | 160.17 | 0.65 | 0.35 |
| Hex | 1F | 92 | 6C | 4F | 0 | 1A | 2B | A0 | 41 | 23 |
| Octal | 37 | 222 | 154 | 117 | 0 | 32 | 53 | 240 | 101 | 43 |
| Binary | 11111 | 10010010 | 1101100 | 1001111 | 0 | 11010 | 101011 | 10100000 | 1000001 | 100011 |
Color Harmonies of #1F926C
Complementary color
Monochromatic Colors of #1F926C
Black with #1F926C
Text Example
Text Example
White with #1F926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F926C; }
p { color: rgb(31,146,108); }
H1.HeaderClassName
{
color: #1F926C;
}
.AnyTagClassName
{
color: #1F926C;
}
</style>
background-color css
<style>
a { background-color: #1F926C; }
a { background-color: rgb(31,146,108); }
div.DivClassName
{
background-color: #1F926C;
}
.BgClassName
{
background-color: #1F926C;
}
</style>
border-color css
<style>
span { border-color: #1F926C; }
span { border-color: rgb(31,146,108); }
td.TdClassName
{
border-color: #1F926C;
}
.TagClassName
{
border-color: #1F926C;
}
</style>