Shades of Elf Green #1F9276
Tints of Elf Green #1F9276
RGB
CMYK
RGB Variations
Color information
#1F9276 (or 0x1F9276) is known color: Elf Green. HEX triplet: 1F, 92 and 76. RGB value is (31,146,118). Sum of RGB (Red+Green+Blue) = 31+146+118=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9276 is #E06D89. Grayscale: #6C6C6C. Windows color (decimal): -14708106 or 7770655. OLE color: 7770655.
HSL color Cylindrical-coordinate representation of color #1F9276: hue angle of 165.39º 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 #1F9276 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 118 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.43 |
| HSL | 165.39º | 0.65% | 0.35% | - |
| HSV(B) | 165.39º | 0.79% | 0.57% | - |
| XYZ | 14.11 | 22.16 | 20.67 | - |
| YUV | 108.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 118 | 0.79 | 0 | 0.19 | 0.43 | 165.39 | 0.65 | 0.35 |
| Hex | 1F | 92 | 76 | 4F | 0 | 13 | 2B | A5 | 41 | 23 |
| Octal | 37 | 222 | 166 | 117 | 0 | 23 | 53 | 245 | 101 | 43 |
| Binary | 11111 | 10010010 | 1110110 | 1001111 | 0 | 10011 | 101011 | 10100101 | 1000001 | 100011 |
Color Harmonies of #1F9276
Complementary color
Monochromatic Colors of #1F9276
Black with #1F9276
Text Example
Text Example
White with #1F9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9276; }
p { color: rgb(31,146,118); }
H1.HeaderClassName
{
color: #1F9276;
}
.AnyTagClassName
{
color: #1F9276;
}
</style>
background-color css
<style>
a { background-color: #1F9276; }
a { background-color: rgb(31,146,118); }
div.DivClassName
{
background-color: #1F9276;
}
.BgClassName
{
background-color: #1F9276;
}
</style>
border-color css
<style>
span { border-color: #1F9276; }
span { border-color: rgb(31,146,118); }
td.TdClassName
{
border-color: #1F9276;
}
.TagClassName
{
border-color: #1F9276;
}
</style>