Shades of Elf Green #1F8769
Tints of Elf Green #1F8769
RGB
CMYK
RGB Variations
Color information
#1F8769 (or 0x1F8769) is known color: Elf Green. HEX triplet: 1F, 87 and 69. RGB value is (31,135,105). Sum of RGB (Red+Green+Blue) = 31+135+105=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8769 is #E07896. Grayscale: #646464. Windows color (decimal): -14710935 or 6915871. OLE color: 6915871.
HSL color Cylindrical-coordinate representation of color #1F8769: hue angle of 162.69º 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 #1F8769 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 105 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.47 |
| HSL | 162.69º | 0.63% | 0.33% | - |
| HSV(B) | 162.69º | 0.77% | 0.53% | - |
| XYZ | 11.78 | 18.64 | 16.34 | - |
| YUV | 100.48 | 130.54 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 105 | 0.77 | 0 | 0.22 | 0.47 | 162.69 | 0.63 | 0.33 |
| Hex | 1F | 87 | 69 | 4D | 0 | 16 | 2F | A3 | 3F | 21 |
| Octal | 37 | 207 | 151 | 115 | 0 | 26 | 57 | 243 | 77 | 41 |
| Binary | 11111 | 10000111 | 1101001 | 1001101 | 0 | 10110 | 101111 | 10100011 | 111111 | 100001 |
Color Harmonies of #1F8769
Complementary color
Monochromatic Colors of #1F8769
Black with #1F8769
Text Example
Text Example
White with #1F8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8769; }
p { color: rgb(31,135,105); }
H1.HeaderClassName
{
color: #1F8769;
}
.AnyTagClassName
{
color: #1F8769;
}
</style>
background-color css
<style>
a { background-color: #1F8769; }
a { background-color: rgb(31,135,105); }
div.DivClassName
{
background-color: #1F8769;
}
.BgClassName
{
background-color: #1F8769;
}
</style>
border-color css
<style>
span { border-color: #1F8769; }
span { border-color: rgb(31,135,105); }
td.TdClassName
{
border-color: #1F8769;
}
.TagClassName
{
border-color: #1F8769;
}
</style>