Shades of Elf Green #1F855C
Tints of Elf Green #1F855C
RGB
CMYK
RGB Variations
Color information
#1F855C (or 0x1F855C) is known color: Elf Green. HEX triplet: 1F, 85 and 5C. RGB value is (31,133,92). Sum of RGB (Red+Green+Blue) = 31+133+92=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #1F855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F855C is #E07AA3. Grayscale: #616161. Windows color (decimal): -14711460 or 6063391. OLE color: 6063391.
HSL color Cylindrical-coordinate representation of color #1F855C: hue angle of 155.88º 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 #1F855C is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 92 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.48 |
| HSL | 155.88º | 0.62% | 0.32% | - |
| HSV(B) | 155.88º | 0.77% | 0.52% | - |
| XYZ | 10.88 | 17.84 | 12.99 | - |
| YUV | 97.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 92 | 0.77 | 0 | 0.31 | 0.48 | 155.88 | 0.62 | 0.32 |
| Hex | 1F | 85 | 5C | 4D | 0 | 1F | 30 | 9C | 3E | 20 |
| Octal | 37 | 205 | 134 | 115 | 0 | 37 | 60 | 234 | 76 | 40 |
| Binary | 11111 | 10000101 | 1011100 | 1001101 | 0 | 11111 | 110000 | 10011100 | 111110 | 100000 |
Color Harmonies of #1F855C
Complementary color
Monochromatic Colors of #1F855C
Black with #1F855C
Text Example
Text Example
White with #1F855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F855C; }
p { color: rgb(31,133,92); }
H1.HeaderClassName
{
color: #1F855C;
}
.AnyTagClassName
{
color: #1F855C;
}
</style>
background-color css
<style>
a { background-color: #1F855C; }
a { background-color: rgb(31,133,92); }
div.DivClassName
{
background-color: #1F855C;
}
.BgClassName
{
background-color: #1F855C;
}
</style>
border-color css
<style>
span { border-color: #1F855C; }
span { border-color: rgb(31,133,92); }
td.TdClassName
{
border-color: #1F855C;
}
.TagClassName
{
border-color: #1F855C;
}
</style>