Shades of Elf Green #1F896C
Tints of Elf Green #1F896C
RGB
CMYK
RGB Variations
Color information
#1F896C (or 0x1F896C) is known color: Elf Green. HEX triplet: 1F, 89 and 6C. RGB value is (31,137,108). Sum of RGB (Red+Green+Blue) = 31+137+108=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #1F896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F896C is #E07693. Grayscale: #666666. Windows color (decimal): -14710420 or 7112991. OLE color: 7112991.
HSL color Cylindrical-coordinate representation of color #1F896C: hue angle of 163.58º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F896C is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 108 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.46 |
| HSL | 163.58º | 0.63% | 0.33% | - |
| HSV(B) | 163.58º | 0.77% | 0.54% | - |
| XYZ | 12.22 | 19.27 | 17.26 | - |
| YUV | 102 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 108 | 0.77 | 0 | 0.21 | 0.46 | 163.58 | 0.63 | 0.33 |
| Hex | 1F | 89 | 6C | 4D | 0 | 15 | 2E | A4 | 3F | 21 |
| Octal | 37 | 211 | 154 | 115 | 0 | 25 | 56 | 244 | 77 | 41 |
| Binary | 11111 | 10001001 | 1101100 | 1001101 | 0 | 10101 | 101110 | 10100100 | 111111 | 100001 |
Color Harmonies of #1F896C
Complementary color
Monochromatic Colors of #1F896C
Black with #1F896C
Text Example
Text Example
White with #1F896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F896C; }
p { color: rgb(31,137,108); }
H1.HeaderClassName
{
color: #1F896C;
}
.AnyTagClassName
{
color: #1F896C;
}
</style>
background-color css
<style>
a { background-color: #1F896C; }
a { background-color: rgb(31,137,108); }
div.DivClassName
{
background-color: #1F896C;
}
.BgClassName
{
background-color: #1F896C;
}
</style>
border-color css
<style>
span { border-color: #1F896C; }
span { border-color: rgb(31,137,108); }
td.TdClassName
{
border-color: #1F896C;
}
.TagClassName
{
border-color: #1F896C;
}
</style>