Shades of Elf Green #1B8D6D
Tints of Elf Green #1B8D6D
RGB
CMYK
RGB Variations
Color information
#1B8D6D (or 0x1B8D6D) is known color: Elf Green. HEX triplet: 1B, 8D and 6D. RGB value is (27,141,109). Sum of RGB (Red+Green+Blue) = 27+141+109=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #1B8D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8D6D is #E47292. Grayscale: #676767. Windows color (decimal): -14971539 or 7179547. OLE color: 7179547.
HSL color Cylindrical-coordinate representation of color #1B8D6D: hue angle of 163.16º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8D6D is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 141 | 109 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.45 |
| HSL | 163.16º | 0.68% | 0.33% | - |
| HSV(B) | 163.16º | 0.81% | 0.55% | - |
| XYZ | 12.74 | 20.39 | 17.73 | - |
| YUV | 103.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 109 | 0.81 | 0 | 0.23 | 0.45 | 163.16 | 0.68 | 0.33 |
| Hex | 1B | 8D | 6D | 51 | 0 | 17 | 2D | A3 | 44 | 21 |
| Octal | 33 | 215 | 155 | 121 | 0 | 27 | 55 | 243 | 104 | 41 |
| Binary | 11011 | 10001101 | 1101101 | 1010001 | 0 | 10111 | 101101 | 10100011 | 1000100 | 100001 |
Color Harmonies of #1B8D6D
Complementary color
Monochromatic Colors of #1B8D6D
Black with #1B8D6D
Text Example
Text Example
White with #1B8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8D6D; }
p { color: rgb(27,141,109); }
H1.HeaderClassName
{
color: #1B8D6D;
}
.AnyTagClassName
{
color: #1B8D6D;
}
</style>
background-color css
<style>
a { background-color: #1B8D6D; }
a { background-color: rgb(27,141,109); }
div.DivClassName
{
background-color: #1B8D6D;
}
.BgClassName
{
background-color: #1B8D6D;
}
</style>
border-color css
<style>
span { border-color: #1B8D6D; }
span { border-color: rgb(27,141,109); }
td.TdClassName
{
border-color: #1B8D6D;
}
.TagClassName
{
border-color: #1B8D6D;
}
</style>