Shades of Elf Green #1F9367
Tints of Elf Green #1F9367
RGB
CMYK
RGB Variations
Color information
#1F9367 (or 0x1F9367) is known color: Elf Green. HEX triplet: 1F, 93 and 67. RGB value is (31,147,103). Sum of RGB (Red+Green+Blue) = 31+147+103=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9367 is #E06C98. Grayscale: #6B6B6B. Windows color (decimal): -14707865 or 6787871. OLE color: 6787871.
HSL color Cylindrical-coordinate representation of color #1F9367: hue angle of 157.24º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9367 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 103 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.42 |
| HSL | 157.24º | 0.65% | 0.35% | - |
| HSV(B) | 157.24º | 0.79% | 0.58% | - |
| XYZ | 13.45 | 22.14 | 16.4 | - |
| YUV | 107.3 | 125.57 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 103 | 0.79 | 0 | 0.30 | 0.42 | 157.24 | 0.65 | 0.35 |
| Hex | 1F | 93 | 67 | 4F | 0 | 1E | 2A | 9D | 41 | 23 |
| Octal | 37 | 223 | 147 | 117 | 0 | 36 | 52 | 235 | 101 | 43 |
| Binary | 11111 | 10010011 | 1100111 | 1001111 | 0 | 11110 | 101010 | 10011101 | 1000001 | 100011 |
Color Harmonies of #1F9367
Complementary color
Monochromatic Colors of #1F9367
Black with #1F9367
Text Example
Text Example
White with #1F9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9367; }
p { color: rgb(31,147,103); }
H1.HeaderClassName
{
color: #1F9367;
}
.AnyTagClassName
{
color: #1F9367;
}
</style>
background-color css
<style>
a { background-color: #1F9367; }
a { background-color: rgb(31,147,103); }
div.DivClassName
{
background-color: #1F9367;
}
.BgClassName
{
background-color: #1F9367;
}
</style>
border-color css
<style>
span { border-color: #1F9367; }
span { border-color: rgb(31,147,103); }
td.TdClassName
{
border-color: #1F9367;
}
.TagClassName
{
border-color: #1F9367;
}
</style>