Shades of Elf Green #1B986D
Tints of Elf Green #1B986D
RGB
CMYK
RGB Variations
Color information
#1B986D (or 0x1B986D) is known color: Elf Green. HEX triplet: 1B, 98 and 6D. RGB value is (27,152,109). Sum of RGB (Red+Green+Blue) = 27+152+109=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #1B986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B986D is #E46792. Grayscale: #6D6D6D. Windows color (decimal): -14968723 or 7182363. OLE color: 7182363.
HSL color Cylindrical-coordinate representation of color #1B986D: hue angle of 159.36º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B986D is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 152 | 109 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.40 |
| HSL | 159.36º | 0.7% | 0.35% | - |
| HSV(B) | 159.36º | 0.82% | 0.6% | - |
| XYZ | 14.44 | 23.79 | 18.3 | - |
| YUV | 109.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 152 | 109 | 0.82 | 0 | 0.28 | 0.40 | 159.36 | 0.7 | 0.35 |
| Hex | 1B | 98 | 6D | 52 | 0 | 1C | 28 | 9F | 46 | 23 |
| Octal | 33 | 230 | 155 | 122 | 0 | 34 | 50 | 237 | 106 | 43 |
| Binary | 11011 | 10011000 | 1101101 | 1010010 | 0 | 11100 | 101000 | 10011111 | 1000110 | 100011 |
Color Harmonies of #1B986D
Complementary color
Monochromatic Colors of #1B986D
Black with #1B986D
Text Example
Text Example
White with #1B986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B986D; }
p { color: rgb(27,152,109); }
H1.HeaderClassName
{
color: #1B986D;
}
.AnyTagClassName
{
color: #1B986D;
}
</style>
background-color css
<style>
a { background-color: #1B986D; }
a { background-color: rgb(27,152,109); }
div.DivClassName
{
background-color: #1B986D;
}
.BgClassName
{
background-color: #1B986D;
}
</style>
border-color css
<style>
span { border-color: #1B986D; }
span { border-color: rgb(27,152,109); }
td.TdClassName
{
border-color: #1B986D;
}
.TagClassName
{
border-color: #1B986D;
}
</style>