Shades of Elf Green #1F885C
Tints of Elf Green #1F885C
RGB
CMYK
RGB Variations
Color information
#1F885C (or 0x1F885C) is known color: Elf Green. HEX triplet: 1F, 88 and 5C. RGB value is (31,136,92). Sum of RGB (Red+Green+Blue) = 31+136+92=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #1F885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F885C is #E077A3. Grayscale: #636363. Windows color (decimal): -14710692 or 6064159. OLE color: 6064159.
HSL color Cylindrical-coordinate representation of color #1F885C: hue angle of 154.86º 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 #1F885C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 92 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.47 |
| HSL | 154.86º | 0.63% | 0.33% | - |
| HSV(B) | 154.86º | 0.77% | 0.53% | - |
| XYZ | 11.3 | 18.67 | 13.13 | - |
| YUV | 99.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 92 | 0.77 | 0 | 0.32 | 0.47 | 154.86 | 0.63 | 0.33 |
| Hex | 1F | 88 | 5C | 4D | 0 | 20 | 2F | 9B | 3F | 21 |
| Octal | 37 | 210 | 134 | 115 | 0 | 40 | 57 | 233 | 77 | 41 |
| Binary | 11111 | 10001000 | 1011100 | 1001101 | 0 | 100000 | 101111 | 10011011 | 111111 | 100001 |
Color Harmonies of #1F885C
Complementary color
Monochromatic Colors of #1F885C
Black with #1F885C
Text Example
Text Example
White with #1F885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F885C; }
p { color: rgb(31,136,92); }
H1.HeaderClassName
{
color: #1F885C;
}
.AnyTagClassName
{
color: #1F885C;
}
</style>
background-color css
<style>
a { background-color: #1F885C; }
a { background-color: rgb(31,136,92); }
div.DivClassName
{
background-color: #1F885C;
}
.BgClassName
{
background-color: #1F885C;
}
</style>
border-color css
<style>
span { border-color: #1F885C; }
span { border-color: rgb(31,136,92); }
td.TdClassName
{
border-color: #1F885C;
}
.TagClassName
{
border-color: #1F885C;
}
</style>