Shades of Elf Green #1F915F
Tints of Elf Green #1F915F
RGB
CMYK
RGB Variations
Color information
#1F915F (or 0x1F915F) is known color: Elf Green. HEX triplet: 1F, 91 and 5F. RGB value is (31,145,95). Sum of RGB (Red+Green+Blue) = 31+145+95=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #1F915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F915F is #E06EA0. Grayscale: #696969. Windows color (decimal): -14708385 or 6263071. OLE color: 6263071.
HSL color Cylindrical-coordinate representation of color #1F915F: hue angle of 153.68º 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 #1F915F is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 95 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.43 |
| HSL | 153.68º | 0.65% | 0.35% | - |
| HSV(B) | 153.68º | 0.79% | 0.57% | - |
| XYZ | 12.76 | 21.37 | 14.28 | - |
| YUV | 105.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 95 | 0.79 | 0 | 0.34 | 0.43 | 153.68 | 0.65 | 0.35 |
| Hex | 1F | 91 | 5F | 4F | 0 | 22 | 2B | 9A | 41 | 23 |
| Octal | 37 | 221 | 137 | 117 | 0 | 42 | 53 | 232 | 101 | 43 |
| Binary | 11111 | 10010001 | 1011111 | 1001111 | 0 | 100010 | 101011 | 10011010 | 1000001 | 100011 |
Color Harmonies of #1F915F
Complementary color
Monochromatic Colors of #1F915F
Black with #1F915F
Text Example
Text Example
White with #1F915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F915F; }
p { color: rgb(31,145,95); }
H1.HeaderClassName
{
color: #1F915F;
}
.AnyTagClassName
{
color: #1F915F;
}
</style>
background-color css
<style>
a { background-color: #1F915F; }
a { background-color: rgb(31,145,95); }
div.DivClassName
{
background-color: #1F915F;
}
.BgClassName
{
background-color: #1F915F;
}
</style>
border-color css
<style>
span { border-color: #1F915F; }
span { border-color: rgb(31,145,95); }
td.TdClassName
{
border-color: #1F915F;
}
.TagClassName
{
border-color: #1F915F;
}
</style>