Shades of Elf Green #1B886F
Tints of Elf Green #1B886F
RGB
CMYK
RGB Variations
Color information
#1B886F (or 0x1B886F) is known color: Elf Green. HEX triplet: 1B, 88 and 6F. RGB value is (27,136,111). Sum of RGB (Red+Green+Blue) = 27+136+111=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #1B886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B886F is #E47790. Grayscale: #646464. Windows color (decimal): -14972817 or 7309339. OLE color: 7309339.
HSL color Cylindrical-coordinate representation of color #1B886F: hue angle of 166.24º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B886F is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 136 | 111 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.47 |
| HSL | 166.24º | 0.67% | 0.32% | - |
| HSV(B) | 166.24º | 0.8% | 0.53% | - |
| XYZ | 12.13 | 18.99 | 18.07 | - |
| YUV | 100.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 136 | 111 | 0.80 | 0 | 0.18 | 0.47 | 166.24 | 0.67 | 0.32 |
| Hex | 1B | 88 | 6F | 50 | 0 | 12 | 2F | A6 | 43 | 20 |
| Octal | 33 | 210 | 157 | 120 | 0 | 22 | 57 | 246 | 103 | 40 |
| Binary | 11011 | 10001000 | 1101111 | 1010000 | 0 | 10010 | 101111 | 10100110 | 1000011 | 100000 |
Color Harmonies of #1B886F
Complementary color
Monochromatic Colors of #1B886F
Black with #1B886F
Text Example
Text Example
White with #1B886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B886F; }
p { color: rgb(27,136,111); }
H1.HeaderClassName
{
color: #1B886F;
}
.AnyTagClassName
{
color: #1B886F;
}
</style>
background-color css
<style>
a { background-color: #1B886F; }
a { background-color: rgb(27,136,111); }
div.DivClassName
{
background-color: #1B886F;
}
.BgClassName
{
background-color: #1B886F;
}
</style>
border-color css
<style>
span { border-color: #1B886F; }
span { border-color: rgb(27,136,111); }
td.TdClassName
{
border-color: #1B886F;
}
.TagClassName
{
border-color: #1B886F;
}
</style>