Shades of Elf Green #1B8A60
Tints of Elf Green #1B8A60
RGB
CMYK
RGB Variations
Color information
#1B8A60 (or 0x1B8A60) is known color: Elf Green. HEX triplet: 1B, 8A and 60. RGB value is (27,138,96). Sum of RGB (Red+Green+Blue) = 27+138+96=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8A60 is #E4759F. Grayscale: #646464. Windows color (decimal): -14972320 or 6326811. OLE color: 6326811.
HSL color Cylindrical-coordinate representation of color #1B8A60: hue angle of 157.3º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8A60 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 138 | 96 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.46 |
| HSL | 157.3º | 0.67% | 0.32% | - |
| HSV(B) | 157.3º | 0.8% | 0.54% | - |
| XYZ | 11.65 | 19.25 | 14.17 | - |
| YUV | 100.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 138 | 96 | 0.80 | 0 | 0.30 | 0.46 | 157.3 | 0.67 | 0.32 |
| Hex | 1B | 8A | 60 | 50 | 0 | 1E | 2E | 9D | 43 | 20 |
| Octal | 33 | 212 | 140 | 120 | 0 | 36 | 56 | 235 | 103 | 40 |
| Binary | 11011 | 10001010 | 1100000 | 1010000 | 0 | 11110 | 101110 | 10011101 | 1000011 | 100000 |
Color Harmonies of #1B8A60
Complementary color
Monochromatic Colors of #1B8A60
Black with #1B8A60
Text Example
Text Example
White with #1B8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8A60; }
p { color: rgb(27,138,96); }
H1.HeaderClassName
{
color: #1B8A60;
}
.AnyTagClassName
{
color: #1B8A60;
}
</style>
background-color css
<style>
a { background-color: #1B8A60; }
a { background-color: rgb(27,138,96); }
div.DivClassName
{
background-color: #1B8A60;
}
.BgClassName
{
background-color: #1B8A60;
}
</style>
border-color css
<style>
span { border-color: #1B8A60; }
span { border-color: rgb(27,138,96); }
td.TdClassName
{
border-color: #1B8A60;
}
.TagClassName
{
border-color: #1B8A60;
}
</style>