Shades of Elf Green #1B8D5B
Tints of Elf Green #1B8D5B
RGB
CMYK
RGB Variations
Color information
#1B8D5B (or 0x1B8D5B) is known color: Elf Green. HEX triplet: 1B, 8D and 5B. RGB value is (27,141,91). Sum of RGB (Red+Green+Blue) = 27+141+91=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #1B8D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8D5B is #E472A4. Grayscale: #656565. Windows color (decimal): -14971557 or 5999899. OLE color: 5999899.
HSL color Cylindrical-coordinate representation of color #1B8D5B: hue angle of 153.68º 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 #1B8D5B is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 141 | 91 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.45 |
| HSL | 153.68º | 0.68% | 0.33% | - |
| HSV(B) | 153.68º | 0.81% | 0.55% | - |
| XYZ | 11.87 | 20.04 | 13.14 | - |
| YUV | 101.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 91 | 0.81 | 0 | 0.35 | 0.45 | 153.68 | 0.68 | 0.33 |
| Hex | 1B | 8D | 5B | 51 | 0 | 23 | 2D | 9A | 44 | 21 |
| Octal | 33 | 215 | 133 | 121 | 0 | 43 | 55 | 232 | 104 | 41 |
| Binary | 11011 | 10001101 | 1011011 | 1010001 | 0 | 100011 | 101101 | 10011010 | 1000100 | 100001 |
Color Harmonies of #1B8D5B
Complementary color
Monochromatic Colors of #1B8D5B
Black with #1B8D5B
Text Example
Text Example
White with #1B8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8D5B; }
p { color: rgb(27,141,91); }
H1.HeaderClassName
{
color: #1B8D5B;
}
.AnyTagClassName
{
color: #1B8D5B;
}
</style>
background-color css
<style>
a { background-color: #1B8D5B; }
a { background-color: rgb(27,141,91); }
div.DivClassName
{
background-color: #1B8D5B;
}
.BgClassName
{
background-color: #1B8D5B;
}
</style>
border-color css
<style>
span { border-color: #1B8D5B; }
span { border-color: rgb(27,141,91); }
td.TdClassName
{
border-color: #1B8D5B;
}
.TagClassName
{
border-color: #1B8D5B;
}
</style>