Shades of Elf Green #1F8369
Tints of Elf Green #1F8369
RGB
CMYK
RGB Variations
Color information
#1F8369 (or 0x1F8369) is known color: Elf Green. HEX triplet: 1F, 83 and 69. RGB value is (31,131,105). Sum of RGB (Red+Green+Blue) = 31+131+105=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8369 is #E07C96. Grayscale: #626262. Windows color (decimal): -14711959 or 6914847. OLE color: 6914847.
HSL color Cylindrical-coordinate representation of color #1F8369: hue angle of 164.4º degrees, saturation: 0.62, 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 #1F8369 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 105 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.49 |
| HSL | 164.4º | 0.62% | 0.32% | - |
| HSV(B) | 164.4º | 0.76% | 0.51% | - |
| XYZ | 11.23 | 17.54 | 16.16 | - |
| YUV | 98.14 | 131.87 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 105 | 0.76 | 0 | 0.20 | 0.49 | 164.4 | 0.62 | 0.32 |
| Hex | 1F | 83 | 69 | 4C | 0 | 14 | 31 | A4 | 3E | 20 |
| Octal | 37 | 203 | 151 | 114 | 0 | 24 | 61 | 244 | 76 | 40 |
| Binary | 11111 | 10000011 | 1101001 | 1001100 | 0 | 10100 | 110001 | 10100100 | 111110 | 100000 |
Color Harmonies of #1F8369
Complementary color
Monochromatic Colors of #1F8369
Black with #1F8369
Text Example
Text Example
White with #1F8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8369; }
p { color: rgb(31,131,105); }
H1.HeaderClassName
{
color: #1F8369;
}
.AnyTagClassName
{
color: #1F8369;
}
</style>
background-color css
<style>
a { background-color: #1F8369; }
a { background-color: rgb(31,131,105); }
div.DivClassName
{
background-color: #1F8369;
}
.BgClassName
{
background-color: #1F8369;
}
</style>
border-color css
<style>
span { border-color: #1F8369; }
span { border-color: rgb(31,131,105); }
td.TdClassName
{
border-color: #1F8369;
}
.TagClassName
{
border-color: #1F8369;
}
</style>