Shades of Elf Green #1F956F
Tints of Elf Green #1F956F
RGB
CMYK
RGB Variations
Color information
#1F956F (or 0x1F956F) is known color: Elf Green. HEX triplet: 1F, 95 and 6F. RGB value is (31,149,111). Sum of RGB (Red+Green+Blue) = 31+149+111=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #1F956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F956F is #E06A90. Grayscale: #6D6D6D. Windows color (decimal): -14707345 or 7312671. OLE color: 7312671.
HSL color Cylindrical-coordinate representation of color #1F956F: hue angle of 160.68º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F956F is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 111 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.42 |
| HSL | 160.68º | 0.66% | 0.35% | - |
| HSV(B) | 160.68º | 0.79% | 0.58% | - |
| XYZ | 14.18 | 22.93 | 18.72 | - |
| YUV | 109.39 | 128.91 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 111 | 0.79 | 0 | 0.26 | 0.42 | 160.68 | 0.66 | 0.35 |
| Hex | 1F | 95 | 6F | 4F | 0 | 1A | 2A | A1 | 42 | 23 |
| Octal | 37 | 225 | 157 | 117 | 0 | 32 | 52 | 241 | 102 | 43 |
| Binary | 11111 | 10010101 | 1101111 | 1001111 | 0 | 11010 | 101010 | 10100001 | 1000010 | 100011 |
Color Harmonies of #1F956F
Complementary color
Monochromatic Colors of #1F956F
Black with #1F956F
Text Example
Text Example
White with #1F956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F956F; }
p { color: rgb(31,149,111); }
H1.HeaderClassName
{
color: #1F956F;
}
.AnyTagClassName
{
color: #1F956F;
}
</style>
background-color css
<style>
a { background-color: #1F956F; }
a { background-color: rgb(31,149,111); }
div.DivClassName
{
background-color: #1F956F;
}
.BgClassName
{
background-color: #1F956F;
}
</style>
border-color css
<style>
span { border-color: #1F956F; }
span { border-color: rgb(31,149,111); }
td.TdClassName
{
border-color: #1F956F;
}
.TagClassName
{
border-color: #1F956F;
}
</style>