Shades of Elf Green #1F886B
Tints of Elf Green #1F886B
RGB
CMYK
RGB Variations
Color information
#1F886B (or 0x1F886B) is known color: Elf Green. HEX triplet: 1F, 88 and 6B. RGB value is (31,136,107). Sum of RGB (Red+Green+Blue) = 31+136+107=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #1F886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F886B is #E07794. Grayscale: #656565. Windows color (decimal): -14710677 or 7047199. OLE color: 7047199.
HSL color Cylindrical-coordinate representation of color #1F886B: hue angle of 163.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F886B is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 107 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.47 |
| HSL | 163.43º | 0.63% | 0.33% | - |
| HSV(B) | 163.43º | 0.77% | 0.53% | - |
| XYZ | 12.02 | 18.96 | 16.94 | - |
| YUV | 101.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 107 | 0.77 | 0 | 0.21 | 0.47 | 163.43 | 0.63 | 0.33 |
| Hex | 1F | 88 | 6B | 4D | 0 | 15 | 2F | A3 | 3F | 21 |
| Octal | 37 | 210 | 153 | 115 | 0 | 25 | 57 | 243 | 77 | 41 |
| Binary | 11111 | 10001000 | 1101011 | 1001101 | 0 | 10101 | 101111 | 10100011 | 111111 | 100001 |
Color Harmonies of #1F886B
Complementary color
Monochromatic Colors of #1F886B
Black with #1F886B
Text Example
Text Example
White with #1F886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F886B; }
p { color: rgb(31,136,107); }
H1.HeaderClassName
{
color: #1F886B;
}
.AnyTagClassName
{
color: #1F886B;
}
</style>
background-color css
<style>
a { background-color: #1F886B; }
a { background-color: rgb(31,136,107); }
div.DivClassName
{
background-color: #1F886B;
}
.BgClassName
{
background-color: #1F886B;
}
</style>
border-color css
<style>
span { border-color: #1F886B; }
span { border-color: rgb(31,136,107); }
td.TdClassName
{
border-color: #1F886B;
}
.TagClassName
{
border-color: #1F886B;
}
</style>