Shades of Elf Green #1F855F
Tints of Elf Green #1F855F
RGB
CMYK
RGB Variations
Color information
#1F855F (or 0x1F855F) is known color: Elf Green. HEX triplet: 1F, 85 and 5F. RGB value is (31,133,95). Sum of RGB (Red+Green+Blue) = 31+133+95=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #1F855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F855F is #E07AA0. Grayscale: #626262. Windows color (decimal): -14711457 or 6259999. OLE color: 6259999.
HSL color Cylindrical-coordinate representation of color #1F855F: hue angle of 157.65º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F855F is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 95 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.48 |
| HSL | 157.65º | 0.62% | 0.32% | - |
| HSV(B) | 157.65º | 0.77% | 0.52% | - |
| XYZ | 11.02 | 17.89 | 13.7 | - |
| YUV | 98.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 95 | 0.77 | 0 | 0.29 | 0.48 | 157.65 | 0.62 | 0.32 |
| Hex | 1F | 85 | 5F | 4D | 0 | 1D | 30 | 9E | 3E | 20 |
| Octal | 37 | 205 | 137 | 115 | 0 | 35 | 60 | 236 | 76 | 40 |
| Binary | 11111 | 10000101 | 1011111 | 1001101 | 0 | 11101 | 110000 | 10011110 | 111110 | 100000 |
Color Harmonies of #1F855F
Complementary color
Monochromatic Colors of #1F855F
Black with #1F855F
Text Example
Text Example
White with #1F855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F855F; }
p { color: rgb(31,133,95); }
H1.HeaderClassName
{
color: #1F855F;
}
.AnyTagClassName
{
color: #1F855F;
}
</style>
background-color css
<style>
a { background-color: #1F855F; }
a { background-color: rgb(31,133,95); }
div.DivClassName
{
background-color: #1F855F;
}
.BgClassName
{
background-color: #1F855F;
}
</style>
border-color css
<style>
span { border-color: #1F855F; }
span { border-color: rgb(31,133,95); }
td.TdClassName
{
border-color: #1F855F;
}
.TagClassName
{
border-color: #1F855F;
}
</style>