Shades of Elf Green #1F9768
Tints of Elf Green #1F9768
RGB
CMYK
RGB Variations
Color information
#1F9768 (or 0x1F9768) is known color: Elf Green. HEX triplet: 1F, 97 and 68. RGB value is (31,151,104). Sum of RGB (Red+Green+Blue) = 31+151+104=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9768 is #E06897. Grayscale: #6D6D6D. Windows color (decimal): -14706840 or 6854431. OLE color: 6854431.
HSL color Cylindrical-coordinate representation of color #1F9768: hue angle of 156.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9768 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 104 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.41 |
| HSL | 156.5º | 0.66% | 0.36% | - |
| HSV(B) | 156.5º | 0.79% | 0.59% | - |
| XYZ | 14.13 | 23.42 | 16.87 | - |
| YUV | 109.76 | 124.74 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 104 | 0.79 | 0 | 0.31 | 0.41 | 156.5 | 0.66 | 0.36 |
| Hex | 1F | 97 | 68 | 4F | 0 | 1F | 29 | 9C | 42 | 24 |
| Octal | 37 | 227 | 150 | 117 | 0 | 37 | 51 | 234 | 102 | 44 |
| Binary | 11111 | 10010111 | 1101000 | 1001111 | 0 | 11111 | 101001 | 10011100 | 1000010 | 100100 |
Color Harmonies of #1F9768
Complementary color
Monochromatic Colors of #1F9768
Black with #1F9768
Text Example
Text Example
White with #1F9768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9768; }
p { color: rgb(31,151,104); }
H1.HeaderClassName
{
color: #1F9768;
}
.AnyTagClassName
{
color: #1F9768;
}
</style>
background-color css
<style>
a { background-color: #1F9768; }
a { background-color: rgb(31,151,104); }
div.DivClassName
{
background-color: #1F9768;
}
.BgClassName
{
background-color: #1F9768;
}
</style>
border-color css
<style>
span { border-color: #1F9768; }
span { border-color: rgb(31,151,104); }
td.TdClassName
{
border-color: #1F9768;
}
.TagClassName
{
border-color: #1F9768;
}
</style>