Shades of Elf Green #1F896B
Tints of Elf Green #1F896B
RGB
CMYK
RGB Variations
Color information
#1F896B (or 0x1F896B) is known color: Elf Green. HEX triplet: 1F, 89 and 6B. RGB value is (31,137,107). Sum of RGB (Red+Green+Blue) = 31+137+107=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #1F896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F896B is #E07694. Grayscale: #656565. Windows color (decimal): -14710421 or 7047455. OLE color: 7047455.
HSL color Cylindrical-coordinate representation of color #1F896B: hue angle of 163.02º 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 #1F896B is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 107 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.46 |
| HSL | 163.02º | 0.63% | 0.33% | - |
| HSV(B) | 163.02º | 0.77% | 0.54% | - |
| XYZ | 12.16 | 19.24 | 16.98 | - |
| YUV | 101.89 | 130.88 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 107 | 0.77 | 0 | 0.22 | 0.46 | 163.02 | 0.63 | 0.33 |
| Hex | 1F | 89 | 6B | 4D | 0 | 16 | 2E | A3 | 3F | 21 |
| Octal | 37 | 211 | 153 | 115 | 0 | 26 | 56 | 243 | 77 | 41 |
| Binary | 11111 | 10001001 | 1101011 | 1001101 | 0 | 10110 | 101110 | 10100011 | 111111 | 100001 |
Color Harmonies of #1F896B
Complementary color
Monochromatic Colors of #1F896B
Black with #1F896B
Text Example
Text Example
White with #1F896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F896B; }
p { color: rgb(31,137,107); }
H1.HeaderClassName
{
color: #1F896B;
}
.AnyTagClassName
{
color: #1F896B;
}
</style>
background-color css
<style>
a { background-color: #1F896B; }
a { background-color: rgb(31,137,107); }
div.DivClassName
{
background-color: #1F896B;
}
.BgClassName
{
background-color: #1F896B;
}
</style>
border-color css
<style>
span { border-color: #1F896B; }
span { border-color: rgb(31,137,107); }
td.TdClassName
{
border-color: #1F896B;
}
.TagClassName
{
border-color: #1F896B;
}
</style>