Shades of Elf Green #1B866D
Tints of Elf Green #1B866D
RGB
CMYK
RGB Variations
Color information
#1B866D (or 0x1B866D) is known color: Elf Green. HEX triplet: 1B, 86 and 6D. RGB value is (27,134,109). Sum of RGB (Red+Green+Blue) = 27+134+109=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #1B866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B866D is #E47992. Grayscale: #636363. Windows color (decimal): -14973331 or 7177755. OLE color: 7177755.
HSL color Cylindrical-coordinate representation of color #1B866D: hue angle of 165.98º degrees, saturation: 0.66, 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 #1B866D is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 134 | 109 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.47 |
| HSL | 165.98º | 0.66% | 0.32% | - |
| HSV(B) | 165.98º | 0.8% | 0.53% | - |
| XYZ | 11.74 | 18.39 | 17.4 | - |
| YUV | 99.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 134 | 109 | 0.80 | 0 | 0.19 | 0.47 | 165.98 | 0.66 | 0.32 |
| Hex | 1B | 86 | 6D | 50 | 0 | 13 | 2F | A6 | 42 | 20 |
| Octal | 33 | 206 | 155 | 120 | 0 | 23 | 57 | 246 | 102 | 40 |
| Binary | 11011 | 10000110 | 1101101 | 1010000 | 0 | 10011 | 101111 | 10100110 | 1000010 | 100000 |
Color Harmonies of #1B866D
Complementary color
Monochromatic Colors of #1B866D
Black with #1B866D
Text Example
Text Example
White with #1B866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B866D; }
p { color: rgb(27,134,109); }
H1.HeaderClassName
{
color: #1B866D;
}
.AnyTagClassName
{
color: #1B866D;
}
</style>
background-color css
<style>
a { background-color: #1B866D; }
a { background-color: rgb(27,134,109); }
div.DivClassName
{
background-color: #1B866D;
}
.BgClassName
{
background-color: #1B866D;
}
</style>
border-color css
<style>
span { border-color: #1B866D; }
span { border-color: rgb(27,134,109); }
td.TdClassName
{
border-color: #1B866D;
}
.TagClassName
{
border-color: #1B866D;
}
</style>