Shades of Elf Green #1F885F
Tints of Elf Green #1F885F
RGB
CMYK
RGB Variations
Color information
#1F885F (or 0x1F885F) is known color: Elf Green. HEX triplet: 1F, 88 and 5F. RGB value is (31,136,95). Sum of RGB (Red+Green+Blue) = 31+136+95=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #1F885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F885F is #E077A0. Grayscale: #636363. Windows color (decimal): -14710689 or 6260767. OLE color: 6260767.
HSL color Cylindrical-coordinate representation of color #1F885F: hue angle of 156.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F885F is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 95 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.47 |
| HSL | 156.57º | 0.63% | 0.33% | - |
| HSV(B) | 156.57º | 0.77% | 0.53% | - |
| XYZ | 11.43 | 18.73 | 13.84 | - |
| YUV | 99.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 95 | 0.77 | 0 | 0.30 | 0.47 | 156.57 | 0.63 | 0.33 |
| Hex | 1F | 88 | 5F | 4D | 0 | 1E | 2F | 9D | 3F | 21 |
| Octal | 37 | 210 | 137 | 115 | 0 | 36 | 57 | 235 | 77 | 41 |
| Binary | 11111 | 10001000 | 1011111 | 1001101 | 0 | 11110 | 101111 | 10011101 | 111111 | 100001 |
Color Harmonies of #1F885F
Complementary color
Monochromatic Colors of #1F885F
Black with #1F885F
Text Example
Text Example
White with #1F885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F885F; }
p { color: rgb(31,136,95); }
H1.HeaderClassName
{
color: #1F885F;
}
.AnyTagClassName
{
color: #1F885F;
}
</style>
background-color css
<style>
a { background-color: #1F885F; }
a { background-color: rgb(31,136,95); }
div.DivClassName
{
background-color: #1F885F;
}
.BgClassName
{
background-color: #1F885F;
}
</style>
border-color css
<style>
span { border-color: #1F885F; }
span { border-color: rgb(31,136,95); }
td.TdClassName
{
border-color: #1F885F;
}
.TagClassName
{
border-color: #1F885F;
}
</style>