Shades of Elf Green #1F875D
Tints of Elf Green #1F875D
RGB
CMYK
RGB Variations
Color information
#1F875D (or 0x1F875D) is known color: Elf Green. HEX triplet: 1F, 87 and 5D. RGB value is (31,135,93). Sum of RGB (Red+Green+Blue) = 31+135+93=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #1F875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F875D is #E078A2. Grayscale: #636363. Windows color (decimal): -14710947 or 6129439. OLE color: 6129439.
HSL color Cylindrical-coordinate representation of color #1F875D: hue angle of 155.77º 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 #1F875D is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 93 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.47 |
| HSL | 155.77º | 0.63% | 0.33% | - |
| HSV(B) | 155.77º | 0.77% | 0.53% | - |
| XYZ | 11.2 | 18.41 | 13.32 | - |
| YUV | 99.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 93 | 0.77 | 0 | 0.31 | 0.47 | 155.77 | 0.63 | 0.33 |
| Hex | 1F | 87 | 5D | 4D | 0 | 1F | 2F | 9C | 3F | 21 |
| Octal | 37 | 207 | 135 | 115 | 0 | 37 | 57 | 234 | 77 | 41 |
| Binary | 11111 | 10000111 | 1011101 | 1001101 | 0 | 11111 | 101111 | 10011100 | 111111 | 100001 |
Color Harmonies of #1F875D
Complementary color
Monochromatic Colors of #1F875D
Black with #1F875D
Text Example
Text Example
White with #1F875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F875D; }
p { color: rgb(31,135,93); }
H1.HeaderClassName
{
color: #1F875D;
}
.AnyTagClassName
{
color: #1F875D;
}
</style>
background-color css
<style>
a { background-color: #1F875D; }
a { background-color: rgb(31,135,93); }
div.DivClassName
{
background-color: #1F875D;
}
.BgClassName
{
background-color: #1F875D;
}
</style>
border-color css
<style>
span { border-color: #1F875D; }
span { border-color: rgb(31,135,93); }
td.TdClassName
{
border-color: #1F875D;
}
.TagClassName
{
border-color: #1F875D;
}
</style>