Shades of Elf Green #1F9562
Tints of Elf Green #1F9562
RGB
CMYK
RGB Variations
Color information
#1F9562 (or 0x1F9562) is known color: Elf Green. HEX triplet: 1F, 95 and 62. RGB value is (31,149,98). Sum of RGB (Red+Green+Blue) = 31+149+98=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9562 is #E06A9D. Grayscale: #6B6B6B. Windows color (decimal): -14707358 or 6460703. OLE color: 6460703.
HSL color Cylindrical-coordinate representation of color #1F9562: hue angle of 154.07º degrees, saturation: 0.66, 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 #1F9562 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 98 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.42 |
| HSL | 154.07º | 0.66% | 0.35% | - |
| HSV(B) | 154.07º | 0.79% | 0.58% | - |
| XYZ | 13.52 | 22.67 | 15.22 | - |
| YUV | 107.9 | 122.41 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 98 | 0.79 | 0 | 0.34 | 0.42 | 154.07 | 0.66 | 0.35 |
| Hex | 1F | 95 | 62 | 4F | 0 | 22 | 2A | 9A | 42 | 23 |
| Octal | 37 | 225 | 142 | 117 | 0 | 42 | 52 | 232 | 102 | 43 |
| Binary | 11111 | 10010101 | 1100010 | 1001111 | 0 | 100010 | 101010 | 10011010 | 1000010 | 100011 |
Color Harmonies of #1F9562
Complementary color
Monochromatic Colors of #1F9562
Black with #1F9562
Text Example
Text Example
White with #1F9562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9562; }
p { color: rgb(31,149,98); }
H1.HeaderClassName
{
color: #1F9562;
}
.AnyTagClassName
{
color: #1F9562;
}
</style>
background-color css
<style>
a { background-color: #1F9562; }
a { background-color: rgb(31,149,98); }
div.DivClassName
{
background-color: #1F9562;
}
.BgClassName
{
background-color: #1F9562;
}
</style>
border-color css
<style>
span { border-color: #1F9562; }
span { border-color: rgb(31,149,98); }
td.TdClassName
{
border-color: #1F9562;
}
.TagClassName
{
border-color: #1F9562;
}
</style>