Shades of Elf Green #1F826C
Tints of Elf Green #1F826C
RGB
CMYK
RGB Variations
Color information
#1F826C (or 0x1F826C) is known color: Elf Green. HEX triplet: 1F, 82 and 6C. RGB value is (31,130,108). Sum of RGB (Red+Green+Blue) = 31+130+108=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #1F826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F826C is #E07D93. Grayscale: #616161. Windows color (decimal): -14712212 or 7111199. OLE color: 7111199.
HSL color Cylindrical-coordinate representation of color #1F826C: hue angle of 166.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F826C is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 108 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.49 |
| HSL | 166.67º | 0.61% | 0.32% | - |
| HSV(B) | 166.67º | 0.76% | 0.51% | - |
| XYZ | 11.25 | 17.34 | 16.94 | - |
| YUV | 97.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 108 | 0.76 | 0 | 0.17 | 0.49 | 166.67 | 0.61 | 0.32 |
| Hex | 1F | 82 | 6C | 4C | 0 | 11 | 31 | A7 | 3D | 20 |
| Octal | 37 | 202 | 154 | 114 | 0 | 21 | 61 | 247 | 75 | 40 |
| Binary | 11111 | 10000010 | 1101100 | 1001100 | 0 | 10001 | 110001 | 10100111 | 111101 | 100000 |
Color Harmonies of #1F826C
Complementary color
Monochromatic Colors of #1F826C
Black with #1F826C
Text Example
Text Example
White with #1F826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F826C; }
p { color: rgb(31,130,108); }
H1.HeaderClassName
{
color: #1F826C;
}
.AnyTagClassName
{
color: #1F826C;
}
</style>
background-color css
<style>
a { background-color: #1F826C; }
a { background-color: rgb(31,130,108); }
div.DivClassName
{
background-color: #1F826C;
}
.BgClassName
{
background-color: #1F826C;
}
</style>
border-color css
<style>
span { border-color: #1F826C; }
span { border-color: rgb(31,130,108); }
td.TdClassName
{
border-color: #1F826C;
}
.TagClassName
{
border-color: #1F826C;
}
</style>