Shades of Elf Green #1F8A72
Tints of Elf Green #1F8A72
RGB
CMYK
RGB Variations
Color information
#1F8A72 (or 0x1F8A72) is known color: Elf Green. HEX triplet: 1F, 8A and 72. RGB value is (31,138,114). Sum of RGB (Red+Green+Blue) = 31+138+114=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8A72 is #E0758D. Grayscale: #676767. Windows color (decimal): -14710158 or 7506463. OLE color: 7506463.
HSL color Cylindrical-coordinate representation of color #1F8A72: hue angle of 166.54º 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 #1F8A72 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 138 | 114 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.46 |
| HSL | 166.54º | 0.63% | 0.33% | - |
| HSV(B) | 166.54º | 0.78% | 0.54% | - |
| XYZ | 12.69 | 19.68 | 19.05 | - |
| YUV | 103.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 114 | 0.78 | 0 | 0.17 | 0.46 | 166.54 | 0.63 | 0.33 |
| Hex | 1F | 8A | 72 | 4E | 0 | 11 | 2E | A7 | 3F | 21 |
| Octal | 37 | 212 | 162 | 116 | 0 | 21 | 56 | 247 | 77 | 41 |
| Binary | 11111 | 10001010 | 1110010 | 1001110 | 0 | 10001 | 101110 | 10100111 | 111111 | 100001 |
Color Harmonies of #1F8A72
Complementary color
Monochromatic Colors of #1F8A72
Black with #1F8A72
Text Example
Text Example
White with #1F8A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8A72; }
p { color: rgb(31,138,114); }
H1.HeaderClassName
{
color: #1F8A72;
}
.AnyTagClassName
{
color: #1F8A72;
}
</style>
background-color css
<style>
a { background-color: #1F8A72; }
a { background-color: rgb(31,138,114); }
div.DivClassName
{
background-color: #1F8A72;
}
.BgClassName
{
background-color: #1F8A72;
}
</style>
border-color css
<style>
span { border-color: #1F8A72; }
span { border-color: rgb(31,138,114); }
td.TdClassName
{
border-color: #1F8A72;
}
.TagClassName
{
border-color: #1F8A72;
}
</style>