Shades of Elf Green #1F875C
Tints of Elf Green #1F875C
RGB
CMYK
RGB Variations
Color information
#1F875C (or 0x1F875C) is known color: Elf Green. HEX triplet: 1F, 87 and 5C. RGB value is (31,135,92). Sum of RGB (Red+Green+Blue) = 31+135+92=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #1F875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F875C is #E078A3. Grayscale: #636363. Windows color (decimal): -14710948 or 6063903. OLE color: 6063903.
HSL color Cylindrical-coordinate representation of color #1F875C: hue angle of 155.19º 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 #1F875C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 92 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.47 |
| HSL | 155.19º | 0.63% | 0.33% | - |
| HSV(B) | 155.19º | 0.77% | 0.53% | - |
| XYZ | 11.16 | 18.39 | 13.09 | - |
| YUV | 99 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 92 | 0.77 | 0 | 0.32 | 0.47 | 155.19 | 0.63 | 0.33 |
| Hex | 1F | 87 | 5C | 4D | 0 | 20 | 2F | 9B | 3F | 21 |
| Octal | 37 | 207 | 134 | 115 | 0 | 40 | 57 | 233 | 77 | 41 |
| Binary | 11111 | 10000111 | 1011100 | 1001101 | 0 | 100000 | 101111 | 10011011 | 111111 | 100001 |
Color Harmonies of #1F875C
Complementary color
Monochromatic Colors of #1F875C
Black with #1F875C
Text Example
Text Example
White with #1F875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F875C; }
p { color: rgb(31,135,92); }
H1.HeaderClassName
{
color: #1F875C;
}
.AnyTagClassName
{
color: #1F875C;
}
</style>
background-color css
<style>
a { background-color: #1F875C; }
a { background-color: rgb(31,135,92); }
div.DivClassName
{
background-color: #1F875C;
}
.BgClassName
{
background-color: #1F875C;
}
</style>
border-color css
<style>
span { border-color: #1F875C; }
span { border-color: rgb(31,135,92); }
td.TdClassName
{
border-color: #1F875C;
}
.TagClassName
{
border-color: #1F875C;
}
</style>