Shades of Elf Green #1F9464
Tints of Elf Green #1F9464
RGB
CMYK
RGB Variations
Color information
#1F9464 (or 0x1F9464) is known color: Elf Green. HEX triplet: 1F, 94 and 64. RGB value is (31,148,100). Sum of RGB (Red+Green+Blue) = 31+148+100=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9464 is #E06B9B. Grayscale: #6B6B6B. Windows color (decimal): -14707612 or 6591519. OLE color: 6591519.
HSL color Cylindrical-coordinate representation of color #1F9464: hue angle of 155.38º 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 #1F9464 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 148 | 100 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.42 |
| HSL | 155.38º | 0.65% | 0.35% | - |
| HSV(B) | 155.38º | 0.79% | 0.58% | - |
| XYZ | 13.46 | 22.39 | 15.67 | - |
| YUV | 107.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 100 | 0.79 | 0 | 0.32 | 0.42 | 155.38 | 0.65 | 0.35 |
| Hex | 1F | 94 | 64 | 4F | 0 | 20 | 2A | 9B | 41 | 23 |
| Octal | 37 | 224 | 144 | 117 | 0 | 40 | 52 | 233 | 101 | 43 |
| Binary | 11111 | 10010100 | 1100100 | 1001111 | 0 | 100000 | 101010 | 10011011 | 1000001 | 100011 |
Color Harmonies of #1F9464
Complementary color
Monochromatic Colors of #1F9464
Black with #1F9464
Text Example
Text Example
White with #1F9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9464; }
p { color: rgb(31,148,100); }
H1.HeaderClassName
{
color: #1F9464;
}
.AnyTagClassName
{
color: #1F9464;
}
</style>
background-color css
<style>
a { background-color: #1F9464; }
a { background-color: rgb(31,148,100); }
div.DivClassName
{
background-color: #1F9464;
}
.BgClassName
{
background-color: #1F9464;
}
</style>
border-color css
<style>
span { border-color: #1F9464; }
span { border-color: rgb(31,148,100); }
td.TdClassName
{
border-color: #1F9464;
}
.TagClassName
{
border-color: #1F9464;
}
</style>