Shades of Elf Green #1F8269
Tints of Elf Green #1F8269
RGB
CMYK
RGB Variations
Color information
#1F8269 (or 0x1F8269) is known color: Elf Green. HEX triplet: 1F, 82 and 69. RGB value is (31,130,105). Sum of RGB (Red+Green+Blue) = 31+130+105=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8269 is #E07D96. Grayscale: #616161. Windows color (decimal): -14712215 or 6914591. OLE color: 6914591.
HSL color Cylindrical-coordinate representation of color #1F8269: hue angle of 164.85º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8269 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 105 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.49 |
| HSL | 164.85º | 0.61% | 0.32% | - |
| HSV(B) | 164.85º | 0.76% | 0.51% | - |
| XYZ | 11.1 | 17.28 | 16.11 | - |
| YUV | 97.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 105 | 0.76 | 0 | 0.19 | 0.49 | 164.85 | 0.61 | 0.32 |
| Hex | 1F | 82 | 69 | 4C | 0 | 13 | 31 | A5 | 3D | 20 |
| Octal | 37 | 202 | 151 | 114 | 0 | 23 | 61 | 245 | 75 | 40 |
| Binary | 11111 | 10000010 | 1101001 | 1001100 | 0 | 10011 | 110001 | 10100101 | 111101 | 100000 |
Color Harmonies of #1F8269
Complementary color
Monochromatic Colors of #1F8269
Black with #1F8269
Text Example
Text Example
White with #1F8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8269; }
p { color: rgb(31,130,105); }
H1.HeaderClassName
{
color: #1F8269;
}
.AnyTagClassName
{
color: #1F8269;
}
</style>
background-color css
<style>
a { background-color: #1F8269; }
a { background-color: rgb(31,130,105); }
div.DivClassName
{
background-color: #1F8269;
}
.BgClassName
{
background-color: #1F8269;
}
</style>
border-color css
<style>
span { border-color: #1F8269; }
span { border-color: rgb(31,130,105); }
td.TdClassName
{
border-color: #1F8269;
}
.TagClassName
{
border-color: #1F8269;
}
</style>