Shades of Elf Green #1F8869
Tints of Elf Green #1F8869
RGB
CMYK
RGB Variations
Color information
#1F8869 (or 0x1F8869) is known color: Elf Green. HEX triplet: 1F, 88 and 69. RGB value is (31,136,105). Sum of RGB (Red+Green+Blue) = 31+136+105=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8869 is #E07796. Grayscale: #656565. Windows color (decimal): -14710679 or 6916127. OLE color: 6916127.
HSL color Cylindrical-coordinate representation of color #1F8869: hue angle of 162.29º 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 #1F8869 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 105 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.47 |
| HSL | 162.29º | 0.63% | 0.33% | - |
| HSV(B) | 162.29º | 0.77% | 0.53% | - |
| XYZ | 11.92 | 18.92 | 16.39 | - |
| YUV | 101.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 105 | 0.77 | 0 | 0.23 | 0.47 | 162.29 | 0.63 | 0.33 |
| Hex | 1F | 88 | 69 | 4D | 0 | 17 | 2F | A2 | 3F | 21 |
| Octal | 37 | 210 | 151 | 115 | 0 | 27 | 57 | 242 | 77 | 41 |
| Binary | 11111 | 10001000 | 1101001 | 1001101 | 0 | 10111 | 101111 | 10100010 | 111111 | 100001 |
Color Harmonies of #1F8869
Complementary color
Monochromatic Colors of #1F8869
Black with #1F8869
Text Example
Text Example
White with #1F8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8869; }
p { color: rgb(31,136,105); }
H1.HeaderClassName
{
color: #1F8869;
}
.AnyTagClassName
{
color: #1F8869;
}
</style>
background-color css
<style>
a { background-color: #1F8869; }
a { background-color: rgb(31,136,105); }
div.DivClassName
{
background-color: #1F8869;
}
.BgClassName
{
background-color: #1F8869;
}
</style>
border-color css
<style>
span { border-color: #1F8869; }
span { border-color: rgb(31,136,105); }
td.TdClassName
{
border-color: #1F8869;
}
.TagClassName
{
border-color: #1F8869;
}
</style>