Shades of Elf Green #1F956B
Tints of Elf Green #1F956B
RGB
CMYK
RGB Variations
Color information
#1F956B (or 0x1F956B) is known color: Elf Green. HEX triplet: 1F, 95 and 6B. RGB value is (31,149,107). Sum of RGB (Red+Green+Blue) = 31+149+107=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #1F956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F956B is #E06A94. Grayscale: #6C6C6C. Windows color (decimal): -14707349 or 7050527. OLE color: 7050527.
HSL color Cylindrical-coordinate representation of color #1F956B: hue angle of 158.64º 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 #1F956B is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 107 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.42 |
| HSL | 158.64º | 0.66% | 0.35% | - |
| HSV(B) | 158.64º | 0.79% | 0.58% | - |
| XYZ | 13.97 | 22.85 | 17.58 | - |
| YUV | 108.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 107 | 0.79 | 0 | 0.28 | 0.42 | 158.64 | 0.66 | 0.35 |
| Hex | 1F | 95 | 6B | 4F | 0 | 1C | 2A | 9F | 42 | 23 |
| Octal | 37 | 225 | 153 | 117 | 0 | 34 | 52 | 237 | 102 | 43 |
| Binary | 11111 | 10010101 | 1101011 | 1001111 | 0 | 11100 | 101010 | 10011111 | 1000010 | 100011 |
Color Harmonies of #1F956B
Complementary color
Monochromatic Colors of #1F956B
Black with #1F956B
Text Example
Text Example
White with #1F956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F956B; }
p { color: rgb(31,149,107); }
H1.HeaderClassName
{
color: #1F956B;
}
.AnyTagClassName
{
color: #1F956B;
}
</style>
background-color css
<style>
a { background-color: #1F956B; }
a { background-color: rgb(31,149,107); }
div.DivClassName
{
background-color: #1F956B;
}
.BgClassName
{
background-color: #1F956B;
}
</style>
border-color css
<style>
span { border-color: #1F956B; }
span { border-color: rgb(31,149,107); }
td.TdClassName
{
border-color: #1F956B;
}
.TagClassName
{
border-color: #1F956B;
}
</style>