Shades of Elf Green #1F956A
Tints of Elf Green #1F956A
RGB
CMYK
RGB Variations
Color information
#1F956A (or 0x1F956A) is known color: Elf Green. HEX triplet: 1F, 95 and 6A. RGB value is (31,149,106). Sum of RGB (Red+Green+Blue) = 31+149+106=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #1F956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F956A is #E06A95. Grayscale: #6C6C6C. Windows color (decimal): -14707350 or 6984991. OLE color: 6984991.
HSL color Cylindrical-coordinate representation of color #1F956A: hue angle of 158.14º 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 #1F956A is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 106 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.42 |
| HSL | 158.14º | 0.66% | 0.35% | - |
| HSV(B) | 158.14º | 0.79% | 0.58% | - |
| XYZ | 13.91 | 22.83 | 17.31 | - |
| YUV | 108.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 106 | 0.79 | 0 | 0.29 | 0.42 | 158.14 | 0.66 | 0.35 |
| Hex | 1F | 95 | 6A | 4F | 0 | 1D | 2A | 9E | 42 | 23 |
| Octal | 37 | 225 | 152 | 117 | 0 | 35 | 52 | 236 | 102 | 43 |
| Binary | 11111 | 10010101 | 1101010 | 1001111 | 0 | 11101 | 101010 | 10011110 | 1000010 | 100011 |
Color Harmonies of #1F956A
Complementary color
Monochromatic Colors of #1F956A
Black with #1F956A
Text Example
Text Example
White with #1F956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F956A; }
p { color: rgb(31,149,106); }
H1.HeaderClassName
{
color: #1F956A;
}
.AnyTagClassName
{
color: #1F956A;
}
</style>
background-color css
<style>
a { background-color: #1F956A; }
a { background-color: rgb(31,149,106); }
div.DivClassName
{
background-color: #1F956A;
}
.BgClassName
{
background-color: #1F956A;
}
</style>
border-color css
<style>
span { border-color: #1F956A; }
span { border-color: rgb(31,149,106); }
td.TdClassName
{
border-color: #1F956A;
}
.TagClassName
{
border-color: #1F956A;
}
</style>