Shades of Elf Green #1F896A
Tints of Elf Green #1F896A
RGB
CMYK
RGB Variations
Color information
#1F896A (or 0x1F896A) is known color: Elf Green. HEX triplet: 1F, 89 and 6A. RGB value is (31,137,106). Sum of RGB (Red+Green+Blue) = 31+137+106=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #1F896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F896A is #E07695. Grayscale: #656565. Windows color (decimal): -14710422 or 6981919. OLE color: 6981919.
HSL color Cylindrical-coordinate representation of color #1F896A: hue angle of 162.45º 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 #1F896A is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 106 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.46 |
| HSL | 162.45º | 0.63% | 0.33% | - |
| HSV(B) | 162.45º | 0.77% | 0.54% | - |
| XYZ | 12.11 | 19.22 | 16.71 | - |
| YUV | 101.77 | 130.38 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 106 | 0.77 | 0 | 0.23 | 0.46 | 162.45 | 0.63 | 0.33 |
| Hex | 1F | 89 | 6A | 4D | 0 | 17 | 2E | A2 | 3F | 21 |
| Octal | 37 | 211 | 152 | 115 | 0 | 27 | 56 | 242 | 77 | 41 |
| Binary | 11111 | 10001001 | 1101010 | 1001101 | 0 | 10111 | 101110 | 10100010 | 111111 | 100001 |
Color Harmonies of #1F896A
Complementary color
Monochromatic Colors of #1F896A
Black with #1F896A
Text Example
Text Example
White with #1F896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F896A; }
p { color: rgb(31,137,106); }
H1.HeaderClassName
{
color: #1F896A;
}
.AnyTagClassName
{
color: #1F896A;
}
</style>
background-color css
<style>
a { background-color: #1F896A; }
a { background-color: rgb(31,137,106); }
div.DivClassName
{
background-color: #1F896A;
}
.BgClassName
{
background-color: #1F896A;
}
</style>
border-color css
<style>
span { border-color: #1F896A; }
span { border-color: rgb(31,137,106); }
td.TdClassName
{
border-color: #1F896A;
}
.TagClassName
{
border-color: #1F896A;
}
</style>