Shades of Elf Green #1F9360
Tints of Elf Green #1F9360
RGB
CMYK
RGB Variations
Color information
#1F9360 (or 0x1F9360) is known color: Elf Green. HEX triplet: 1F, 93 and 60. RGB value is (31,147,96). Sum of RGB (Red+Green+Blue) = 31+147+96=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9360 is #E06C9F. Grayscale: #6A6A6A. Windows color (decimal): -14707872 or 6329119. OLE color: 6329119.
HSL color Cylindrical-coordinate representation of color #1F9360: hue angle of 153.62º 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 #1F9360 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 96 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.42 |
| HSL | 153.62º | 0.65% | 0.35% | - |
| HSV(B) | 153.62º | 0.79% | 0.58% | - |
| XYZ | 13.11 | 22 | 14.62 | - |
| YUV | 106.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 96 | 0.79 | 0 | 0.35 | 0.42 | 153.62 | 0.65 | 0.35 |
| Hex | 1F | 93 | 60 | 4F | 0 | 23 | 2A | 9A | 41 | 23 |
| Octal | 37 | 223 | 140 | 117 | 0 | 43 | 52 | 232 | 101 | 43 |
| Binary | 11111 | 10010011 | 1100000 | 1001111 | 0 | 100011 | 101010 | 10011010 | 1000001 | 100011 |
Color Harmonies of #1F9360
Complementary color
Monochromatic Colors of #1F9360
Black with #1F9360
Text Example
Text Example
White with #1F9360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9360; }
p { color: rgb(31,147,96); }
H1.HeaderClassName
{
color: #1F9360;
}
.AnyTagClassName
{
color: #1F9360;
}
</style>
background-color css
<style>
a { background-color: #1F9360; }
a { background-color: rgb(31,147,96); }
div.DivClassName
{
background-color: #1F9360;
}
.BgClassName
{
background-color: #1F9360;
}
</style>
border-color css
<style>
span { border-color: #1F9360; }
span { border-color: rgb(31,147,96); }
td.TdClassName
{
border-color: #1F9360;
}
.TagClassName
{
border-color: #1F9360;
}
</style>