Shades of Elf Green #1B8D6C
Tints of Elf Green #1B8D6C
RGB
CMYK
RGB Variations
Color information
#1B8D6C (or 0x1B8D6C) is known color: Elf Green. HEX triplet: 1B, 8D and 6C. RGB value is (27,141,108). Sum of RGB (Red+Green+Blue) = 27+141+108=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #1B8D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8D6C is #E47293. Grayscale: #676767. Windows color (decimal): -14971540 or 7114011. OLE color: 7114011.
HSL color Cylindrical-coordinate representation of color #1B8D6C: hue angle of 162.63º 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 #1B8D6C is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 141 | 108 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.45 |
| HSL | 162.63º | 0.68% | 0.33% | - |
| HSV(B) | 162.63º | 0.81% | 0.55% | - |
| XYZ | 12.68 | 20.37 | 17.45 | - |
| YUV | 103.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 108 | 0.81 | 0 | 0.23 | 0.45 | 162.63 | 0.68 | 0.33 |
| Hex | 1B | 8D | 6C | 51 | 0 | 17 | 2D | A3 | 44 | 21 |
| Octal | 33 | 215 | 154 | 121 | 0 | 27 | 55 | 243 | 104 | 41 |
| Binary | 11011 | 10001101 | 1101100 | 1010001 | 0 | 10111 | 101101 | 10100011 | 1000100 | 100001 |
Color Harmonies of #1B8D6C
Complementary color
Monochromatic Colors of #1B8D6C
Black with #1B8D6C
Text Example
Text Example
White with #1B8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8D6C; }
p { color: rgb(27,141,108); }
H1.HeaderClassName
{
color: #1B8D6C;
}
.AnyTagClassName
{
color: #1B8D6C;
}
</style>
background-color css
<style>
a { background-color: #1B8D6C; }
a { background-color: rgb(27,141,108); }
div.DivClassName
{
background-color: #1B8D6C;
}
.BgClassName
{
background-color: #1B8D6C;
}
</style>
border-color css
<style>
span { border-color: #1B8D6C; }
span { border-color: rgb(27,141,108); }
td.TdClassName
{
border-color: #1B8D6C;
}
.TagClassName
{
border-color: #1B8D6C;
}
</style>