Shades of Elf Green #1F956C
Tints of Elf Green #1F956C
RGB
CMYK
RGB Variations
Color information
#1F956C (or 0x1F956C) is known color: Elf Green. HEX triplet: 1F, 95 and 6C. RGB value is (31,149,108). Sum of RGB (Red+Green+Blue) = 31+149+108=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #1F956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F956C is #E06A93. Grayscale: #6D6D6D. Windows color (decimal): -14707348 or 7116063. OLE color: 7116063.
HSL color Cylindrical-coordinate representation of color #1F956C: hue angle of 159.15º 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 #1F956C is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 108 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.42 |
| HSL | 159.15º | 0.66% | 0.35% | - |
| HSV(B) | 159.15º | 0.79% | 0.58% | - |
| XYZ | 14.02 | 22.87 | 17.86 | - |
| YUV | 109.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 108 | 0.79 | 0 | 0.28 | 0.42 | 159.15 | 0.66 | 0.35 |
| Hex | 1F | 95 | 6C | 4F | 0 | 1C | 2A | 9F | 42 | 23 |
| Octal | 37 | 225 | 154 | 117 | 0 | 34 | 52 | 237 | 102 | 43 |
| Binary | 11111 | 10010101 | 1101100 | 1001111 | 0 | 11100 | 101010 | 10011111 | 1000010 | 100011 |
Color Harmonies of #1F956C
Complementary color
Monochromatic Colors of #1F956C
Black with #1F956C
Text Example
Text Example
White with #1F956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F956C; }
p { color: rgb(31,149,108); }
H1.HeaderClassName
{
color: #1F956C;
}
.AnyTagClassName
{
color: #1F956C;
}
</style>
background-color css
<style>
a { background-color: #1F956C; }
a { background-color: rgb(31,149,108); }
div.DivClassName
{
background-color: #1F956C;
}
.BgClassName
{
background-color: #1F956C;
}
</style>
border-color css
<style>
span { border-color: #1F956C; }
span { border-color: rgb(31,149,108); }
td.TdClassName
{
border-color: #1F956C;
}
.TagClassName
{
border-color: #1F956C;
}
</style>