Shades of Elf Green #1F9370
Tints of Elf Green #1F9370
RGB
CMYK
RGB Variations
Color information
#1F9370 (or 0x1F9370) is known color: Elf Green. HEX triplet: 1F, 93 and 70. RGB value is (31,147,112). Sum of RGB (Red+Green+Blue) = 31+147+112=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9370 is #E06C8F. Grayscale: #6C6C6C. Windows color (decimal): -14707856 or 7377695. OLE color: 7377695.
HSL color Cylindrical-coordinate representation of color #1F9370: hue angle of 161.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9370 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 112 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.42 |
| HSL | 161.9º | 0.65% | 0.35% | - |
| HSV(B) | 161.9º | 0.79% | 0.58% | - |
| XYZ | 13.92 | 22.33 | 18.91 | - |
| YUV | 108.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 112 | 0.79 | 0 | 0.24 | 0.42 | 161.9 | 0.65 | 0.35 |
| Hex | 1F | 93 | 70 | 4F | 0 | 18 | 2A | A2 | 41 | 23 |
| Octal | 37 | 223 | 160 | 117 | 0 | 30 | 52 | 242 | 101 | 43 |
| Binary | 11111 | 10010011 | 1110000 | 1001111 | 0 | 11000 | 101010 | 10100010 | 1000001 | 100011 |
Color Harmonies of #1F9370
Complementary color
Monochromatic Colors of #1F9370
Black with #1F9370
Text Example
Text Example
White with #1F9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9370; }
p { color: rgb(31,147,112); }
H1.HeaderClassName
{
color: #1F9370;
}
.AnyTagClassName
{
color: #1F9370;
}
</style>
background-color css
<style>
a { background-color: #1F9370; }
a { background-color: rgb(31,147,112); }
div.DivClassName
{
background-color: #1F9370;
}
.BgClassName
{
background-color: #1F9370;
}
</style>
border-color css
<style>
span { border-color: #1F9370; }
span { border-color: rgb(31,147,112); }
td.TdClassName
{
border-color: #1F9370;
}
.TagClassName
{
border-color: #1F9370;
}
</style>