Shades of Elf Green #1F855D
Tints of Elf Green #1F855D
RGB
CMYK
RGB Variations
Color information
#1F855D (or 0x1F855D) is known color: Elf Green. HEX triplet: 1F, 85 and 5D. RGB value is (31,133,93). Sum of RGB (Red+Green+Blue) = 31+133+93=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #1F855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F855D is #E07AA2. Grayscale: #626262. Windows color (decimal): -14711459 or 6128927. OLE color: 6128927.
HSL color Cylindrical-coordinate representation of color #1F855D: hue angle of 156.47º 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 #1F855D is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 93 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.48 |
| HSL | 156.47º | 0.62% | 0.32% | - |
| HSV(B) | 156.47º | 0.77% | 0.52% | - |
| XYZ | 10.93 | 17.86 | 13.23 | - |
| YUV | 97.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 93 | 0.77 | 0 | 0.30 | 0.48 | 156.47 | 0.62 | 0.32 |
| Hex | 1F | 85 | 5D | 4D | 0 | 1E | 30 | 9C | 3E | 20 |
| Octal | 37 | 205 | 135 | 115 | 0 | 36 | 60 | 234 | 76 | 40 |
| Binary | 11111 | 10000101 | 1011101 | 1001101 | 0 | 11110 | 110000 | 10011100 | 111110 | 100000 |
Color Harmonies of #1F855D
Complementary color
Monochromatic Colors of #1F855D
Black with #1F855D
Text Example
Text Example
White with #1F855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F855D; }
p { color: rgb(31,133,93); }
H1.HeaderClassName
{
color: #1F855D;
}
.AnyTagClassName
{
color: #1F855D;
}
</style>
background-color css
<style>
a { background-color: #1F855D; }
a { background-color: rgb(31,133,93); }
div.DivClassName
{
background-color: #1F855D;
}
.BgClassName
{
background-color: #1F855D;
}
</style>
border-color css
<style>
span { border-color: #1F855D; }
span { border-color: rgb(31,133,93); }
td.TdClassName
{
border-color: #1F855D;
}
.TagClassName
{
border-color: #1F855D;
}
</style>