Shades of Elf Green #1F8A5D
Tints of Elf Green #1F8A5D
RGB
CMYK
RGB Variations
Color information
#1F8A5D (or 0x1F8A5D) is known color: Elf Green. HEX triplet: 1F, 8A and 5D. RGB value is (31,138,93). Sum of RGB (Red+Green+Blue) = 31+138+93=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8A5D is #E075A2. Grayscale: #646464. Windows color (decimal): -14710179 or 6130207. OLE color: 6130207.
HSL color Cylindrical-coordinate representation of color #1F8A5D: hue angle of 154.77º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8A5D is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 138 | 93 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.46 |
| HSL | 154.77º | 0.63% | 0.33% | - |
| HSV(B) | 154.77º | 0.78% | 0.54% | - |
| XYZ | 11.63 | 19.26 | 13.46 | - |
| YUV | 100.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 93 | 0.78 | 0 | 0.33 | 0.46 | 154.77 | 0.63 | 0.33 |
| Hex | 1F | 8A | 5D | 4E | 0 | 21 | 2E | 9B | 3F | 21 |
| Octal | 37 | 212 | 135 | 116 | 0 | 41 | 56 | 233 | 77 | 41 |
| Binary | 11111 | 10001010 | 1011101 | 1001110 | 0 | 100001 | 101110 | 10011011 | 111111 | 100001 |
Color Harmonies of #1F8A5D
Complementary color
Monochromatic Colors of #1F8A5D
Black with #1F8A5D
Text Example
Text Example
White with #1F8A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8A5D; }
p { color: rgb(31,138,93); }
H1.HeaderClassName
{
color: #1F8A5D;
}
.AnyTagClassName
{
color: #1F8A5D;
}
</style>
background-color css
<style>
a { background-color: #1F8A5D; }
a { background-color: rgb(31,138,93); }
div.DivClassName
{
background-color: #1F8A5D;
}
.BgClassName
{
background-color: #1F8A5D;
}
</style>
border-color css
<style>
span { border-color: #1F8A5D; }
span { border-color: rgb(31,138,93); }
td.TdClassName
{
border-color: #1F8A5D;
}
.TagClassName
{
border-color: #1F8A5D;
}
</style>