Shades of Elf Green #1F9462
Tints of Elf Green #1F9462
RGB
CMYK
RGB Variations
Color information
#1F9462 (or 0x1F9462) is known color: Elf Green. HEX triplet: 1F, 94 and 62. RGB value is (31,148,98). Sum of RGB (Red+Green+Blue) = 31+148+98=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9462 is #E06B9D. Grayscale: #6B6B6B. Windows color (decimal): -14707614 or 6460447. OLE color: 6460447.
HSL color Cylindrical-coordinate representation of color #1F9462: hue angle of 154.36º 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 #1F9462 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 148 | 98 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.42 |
| HSL | 154.36º | 0.65% | 0.35% | - |
| HSV(B) | 154.36º | 0.79% | 0.58% | - |
| XYZ | 13.36 | 22.35 | 15.17 | - |
| YUV | 107.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 98 | 0.79 | 0 | 0.34 | 0.42 | 154.36 | 0.65 | 0.35 |
| Hex | 1F | 94 | 62 | 4F | 0 | 22 | 2A | 9A | 41 | 23 |
| Octal | 37 | 224 | 142 | 117 | 0 | 42 | 52 | 232 | 101 | 43 |
| Binary | 11111 | 10010100 | 1100010 | 1001111 | 0 | 100010 | 101010 | 10011010 | 1000001 | 100011 |
Color Harmonies of #1F9462
Complementary color
Monochromatic Colors of #1F9462
Black with #1F9462
Text Example
Text Example
White with #1F9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9462; }
p { color: rgb(31,148,98); }
H1.HeaderClassName
{
color: #1F9462;
}
.AnyTagClassName
{
color: #1F9462;
}
</style>
background-color css
<style>
a { background-color: #1F9462; }
a { background-color: rgb(31,148,98); }
div.DivClassName
{
background-color: #1F9462;
}
.BgClassName
{
background-color: #1F9462;
}
</style>
border-color css
<style>
span { border-color: #1F9462; }
span { border-color: rgb(31,148,98); }
td.TdClassName
{
border-color: #1F9462;
}
.TagClassName
{
border-color: #1F9462;
}
</style>