Shades of Elf Green #1B8D5E
Tints of Elf Green #1B8D5E
RGB
CMYK
RGB Variations
Color information
#1B8D5E (or 0x1B8D5E) is known color: Elf Green. HEX triplet: 1B, 8D and 5E. RGB value is (27,141,94). Sum of RGB (Red+Green+Blue) = 27+141+94=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #1B8D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8D5E is #E472A1. Grayscale: #656565. Windows color (decimal): -14971554 or 6196507. OLE color: 6196507.
HSL color Cylindrical-coordinate representation of color #1B8D5E: hue angle of 155.26º 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 #1B8D5E is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 141 | 94 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.45 |
| HSL | 155.26º | 0.68% | 0.33% | - |
| HSV(B) | 155.26º | 0.81% | 0.55% | - |
| XYZ | 12 | 20.09 | 13.84 | - |
| YUV | 101.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 94 | 0.81 | 0 | 0.33 | 0.45 | 155.26 | 0.68 | 0.33 |
| Hex | 1B | 8D | 5E | 51 | 0 | 21 | 2D | 9B | 44 | 21 |
| Octal | 33 | 215 | 136 | 121 | 0 | 41 | 55 | 233 | 104 | 41 |
| Binary | 11011 | 10001101 | 1011110 | 1010001 | 0 | 100001 | 101101 | 10011011 | 1000100 | 100001 |
Color Harmonies of #1B8D5E
Complementary color
Monochromatic Colors of #1B8D5E
Black with #1B8D5E
Text Example
Text Example
White with #1B8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8D5E; }
p { color: rgb(27,141,94); }
H1.HeaderClassName
{
color: #1B8D5E;
}
.AnyTagClassName
{
color: #1B8D5E;
}
</style>
background-color css
<style>
a { background-color: #1B8D5E; }
a { background-color: rgb(27,141,94); }
div.DivClassName
{
background-color: #1B8D5E;
}
.BgClassName
{
background-color: #1B8D5E;
}
</style>
border-color css
<style>
span { border-color: #1B8D5E; }
span { border-color: rgb(27,141,94); }
td.TdClassName
{
border-color: #1B8D5E;
}
.TagClassName
{
border-color: #1B8D5E;
}
</style>