Shades of Elf Green #1F9263
Tints of Elf Green #1F9263
RGB
CMYK
RGB Variations
Color information
#1F9263 (or 0x1F9263) is known color: Elf Green. HEX triplet: 1F, 92 and 63. RGB value is (31,146,99). Sum of RGB (Red+Green+Blue) = 31+146+99=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9263 is #E06D9C. Grayscale: #6A6A6A. Windows color (decimal): -14708125 or 6525471. OLE color: 6525471.
HSL color Cylindrical-coordinate representation of color #1F9263: hue angle of 155.48º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9263 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 99 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.43 |
| HSL | 155.48º | 0.65% | 0.35% | - |
| HSV(B) | 155.48º | 0.79% | 0.57% | - |
| XYZ | 13.1 | 21.75 | 15.31 | - |
| YUV | 106.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 99 | 0.79 | 0 | 0.32 | 0.43 | 155.48 | 0.65 | 0.35 |
| Hex | 1F | 92 | 63 | 4F | 0 | 20 | 2B | 9B | 41 | 23 |
| Octal | 37 | 222 | 143 | 117 | 0 | 40 | 53 | 233 | 101 | 43 |
| Binary | 11111 | 10010010 | 1100011 | 1001111 | 0 | 100000 | 101011 | 10011011 | 1000001 | 100011 |
Color Harmonies of #1F9263
Complementary color
Monochromatic Colors of #1F9263
Black with #1F9263
Text Example
Text Example
White with #1F9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9263; }
p { color: rgb(31,146,99); }
H1.HeaderClassName
{
color: #1F9263;
}
.AnyTagClassName
{
color: #1F9263;
}
</style>
background-color css
<style>
a { background-color: #1F9263; }
a { background-color: rgb(31,146,99); }
div.DivClassName
{
background-color: #1F9263;
}
.BgClassName
{
background-color: #1F9263;
}
</style>
border-color css
<style>
span { border-color: #1F9263; }
span { border-color: rgb(31,146,99); }
td.TdClassName
{
border-color: #1F9263;
}
.TagClassName
{
border-color: #1F9263;
}
</style>