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