Shades of Elf Green #1F926B
Tints of Elf Green #1F926B
RGB
CMYK
RGB Variations
Color information
#1F926B (or 0x1F926B) is known color: Elf Green. HEX triplet: 1F, 92 and 6B. RGB value is (31,146,107). Sum of RGB (Red+Green+Blue) = 31+146+107=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #1F926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F926B is #E06D94. Grayscale: #6B6B6B. Windows color (decimal): -14708117 or 7049759. OLE color: 7049759.
HSL color Cylindrical-coordinate representation of color #1F926B: hue angle of 159.65º 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 #1F926B is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 107 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.43 |
| HSL | 159.65º | 0.65% | 0.35% | - |
| HSV(B) | 159.65º | 0.79% | 0.57% | - |
| XYZ | 13.5 | 21.91 | 17.43 | - |
| YUV | 107.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 107 | 0.79 | 0 | 0.27 | 0.43 | 159.65 | 0.65 | 0.35 |
| Hex | 1F | 92 | 6B | 4F | 0 | 1B | 2B | A0 | 41 | 23 |
| Octal | 37 | 222 | 153 | 117 | 0 | 33 | 53 | 240 | 101 | 43 |
| Binary | 11111 | 10010010 | 1101011 | 1001111 | 0 | 11011 | 101011 | 10100000 | 1000001 | 100011 |
Color Harmonies of #1F926B
Complementary color
Monochromatic Colors of #1F926B
Black with #1F926B
Text Example
Text Example
White with #1F926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F926B; }
p { color: rgb(31,146,107); }
H1.HeaderClassName
{
color: #1F926B;
}
.AnyTagClassName
{
color: #1F926B;
}
</style>
background-color css
<style>
a { background-color: #1F926B; }
a { background-color: rgb(31,146,107); }
div.DivClassName
{
background-color: #1F926B;
}
.BgClassName
{
background-color: #1F926B;
}
</style>
border-color css
<style>
span { border-color: #1F926B; }
span { border-color: rgb(31,146,107); }
td.TdClassName
{
border-color: #1F926B;
}
.TagClassName
{
border-color: #1F926B;
}
</style>