Shades of Elf Green #1F9667
Tints of Elf Green #1F9667
RGB
CMYK
RGB Variations
Color information
#1F9667 (or 0x1F9667) is known color: Elf Green. HEX triplet: 1F, 96 and 67. RGB value is (31,150,103). Sum of RGB (Red+Green+Blue) = 31+150+103=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9667 is #E06998. Grayscale: #6D6D6D. Windows color (decimal): -14707097 or 6788639. OLE color: 6788639.
HSL color Cylindrical-coordinate representation of color #1F9667: hue angle of 156.3º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9667 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 103 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.41 |
| HSL | 156.3º | 0.66% | 0.35% | - |
| HSV(B) | 156.3º | 0.79% | 0.59% | - |
| XYZ | 13.92 | 23.08 | 16.55 | - |
| YUV | 109.06 | 124.58 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 103 | 0.79 | 0 | 0.31 | 0.41 | 156.3 | 0.66 | 0.35 |
| Hex | 1F | 96 | 67 | 4F | 0 | 1F | 29 | 9C | 42 | 23 |
| Octal | 37 | 226 | 147 | 117 | 0 | 37 | 51 | 234 | 102 | 43 |
| Binary | 11111 | 10010110 | 1100111 | 1001111 | 0 | 11111 | 101001 | 10011100 | 1000010 | 100011 |
Color Harmonies of #1F9667
Complementary color
Monochromatic Colors of #1F9667
Black with #1F9667
Text Example
Text Example
White with #1F9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9667; }
p { color: rgb(31,150,103); }
H1.HeaderClassName
{
color: #1F9667;
}
.AnyTagClassName
{
color: #1F9667;
}
</style>
background-color css
<style>
a { background-color: #1F9667; }
a { background-color: rgb(31,150,103); }
div.DivClassName
{
background-color: #1F9667;
}
.BgClassName
{
background-color: #1F9667;
}
</style>
border-color css
<style>
span { border-color: #1F9667; }
span { border-color: rgb(31,150,103); }
td.TdClassName
{
border-color: #1F9667;
}
.TagClassName
{
border-color: #1F9667;
}
</style>