Shades of Elf Green #1F926D
Tints of Elf Green #1F926D
RGB
CMYK
RGB Variations
Color information
#1F926D (or 0x1F926D) is known color: Elf Green. HEX triplet: 1F, 92 and 6D. RGB value is (31,146,109). Sum of RGB (Red+Green+Blue) = 31+146+109=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #1F926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F926D is #E06D92. Grayscale: #6B6B6B. Windows color (decimal): -14708115 or 7180831. OLE color: 7180831.
HSL color Cylindrical-coordinate representation of color #1F926D: hue angle of 160.7º 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 #1F926D is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 109 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.43 |
| HSL | 160.7º | 0.65% | 0.35% | - |
| HSV(B) | 160.7º | 0.79% | 0.57% | - |
| XYZ | 13.6 | 21.95 | 17.99 | - |
| YUV | 107.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 109 | 0.79 | 0 | 0.25 | 0.43 | 160.7 | 0.65 | 0.35 |
| Hex | 1F | 92 | 6D | 4F | 0 | 19 | 2B | A1 | 41 | 23 |
| Octal | 37 | 222 | 155 | 117 | 0 | 31 | 53 | 241 | 101 | 43 |
| Binary | 11111 | 10010010 | 1101101 | 1001111 | 0 | 11001 | 101011 | 10100001 | 1000001 | 100011 |
Color Harmonies of #1F926D
Complementary color
Monochromatic Colors of #1F926D
Black with #1F926D
Text Example
Text Example
White with #1F926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F926D; }
p { color: rgb(31,146,109); }
H1.HeaderClassName
{
color: #1F926D;
}
.AnyTagClassName
{
color: #1F926D;
}
</style>
background-color css
<style>
a { background-color: #1F926D; }
a { background-color: rgb(31,146,109); }
div.DivClassName
{
background-color: #1F926D;
}
.BgClassName
{
background-color: #1F926D;
}
</style>
border-color css
<style>
span { border-color: #1F926D; }
span { border-color: rgb(31,146,109); }
td.TdClassName
{
border-color: #1F926D;
}
.TagClassName
{
border-color: #1F926D;
}
</style>