Shades of Elf Green #1F9B68
Tints of Elf Green #1F9B68
RGB
CMYK
RGB Variations
Color information
#1F9B68 (or 0x1F9B68) is known color: Elf Green. HEX triplet: 1F, 9B and 68. RGB value is (31,155,104). Sum of RGB (Red+Green+Blue) = 31+155+104=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9B68 is #E06497. Grayscale: #707070. Windows color (decimal): -14705816 or 6855455. OLE color: 6855455.
HSL color Cylindrical-coordinate representation of color #1F9B68: hue angle of 155.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B68 is Cyan = 0.8, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 155 | 104 | - |
| CMYK | 0.8 | 0 | 0.33 | 0.39 |
| HSL | 155.32º | 0.67% | 0.36% | - |
| HSV(B) | 155.32º | 0.8% | 0.61% | - |
| XYZ | 14.79 | 24.73 | 17.09 | - |
| YUV | 112.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 104 | 0.8 | 0 | 0.33 | 0.39 | 155.32 | 0.67 | 0.36 |
| Hex | 1F | 9B | 68 | 50 | 0 | 21 | 27 | 9B | 43 | 24 |
| Octal | 37 | 233 | 150 | 120 | 0 | 41 | 47 | 233 | 103 | 44 |
| Binary | 11111 | 10011011 | 1101000 | 1010000 | 0 | 100001 | 100111 | 10011011 | 1000011 | 100100 |
Color Harmonies of #1F9B68
Complementary color
Monochromatic Colors of #1F9B68
Black with #1F9B68
Text Example
Text Example
White with #1F9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9B68; }
p { color: rgb(31,155,104); }
H1.HeaderClassName
{
color: #1F9B68;
}
.AnyTagClassName
{
color: #1F9B68;
}
</style>
background-color css
<style>
a { background-color: #1F9B68; }
a { background-color: rgb(31,155,104); }
div.DivClassName
{
background-color: #1F9B68;
}
.BgClassName
{
background-color: #1F9B68;
}
</style>
border-color css
<style>
span { border-color: #1F9B68; }
span { border-color: rgb(31,155,104); }
td.TdClassName
{
border-color: #1F9B68;
}
.TagClassName
{
border-color: #1F9B68;
}
</style>