Shades of Elf Green #1B8A73
Tints of Elf Green #1B8A73
RGB
CMYK
RGB Variations
Color information
#1B8A73 (or 0x1B8A73) is known color: Elf Green. HEX triplet: 1B, 8A and 73. RGB value is (27,138,115). Sum of RGB (Red+Green+Blue) = 27+138+115=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8A73 is #E4758C. Grayscale: #666666. Windows color (decimal): -14972301 or 7571995. OLE color: 7571995.
HSL color Cylindrical-coordinate representation of color #1B8A73: hue angle of 167.57º 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 #1B8A73 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 138 | 115 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.46 |
| HSL | 167.57º | 0.67% | 0.32% | - |
| HSV(B) | 167.57º | 0.8% | 0.54% | - |
| XYZ | 12.63 | 19.65 | 19.35 | - |
| YUV | 102.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 138 | 115 | 0.80 | 0 | 0.17 | 0.46 | 167.57 | 0.67 | 0.32 |
| Hex | 1B | 8A | 73 | 50 | 0 | 11 | 2E | A8 | 43 | 20 |
| Octal | 33 | 212 | 163 | 120 | 0 | 21 | 56 | 250 | 103 | 40 |
| Binary | 11011 | 10001010 | 1110011 | 1010000 | 0 | 10001 | 101110 | 10101000 | 1000011 | 100000 |
Color Harmonies of #1B8A73
Complementary color
Monochromatic Colors of #1B8A73
Black with #1B8A73
Text Example
Text Example
White with #1B8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8A73; }
p { color: rgb(27,138,115); }
H1.HeaderClassName
{
color: #1B8A73;
}
.AnyTagClassName
{
color: #1B8A73;
}
</style>
background-color css
<style>
a { background-color: #1B8A73; }
a { background-color: rgb(27,138,115); }
div.DivClassName
{
background-color: #1B8A73;
}
.BgClassName
{
background-color: #1B8A73;
}
</style>
border-color css
<style>
span { border-color: #1B8A73; }
span { border-color: rgb(27,138,115); }
td.TdClassName
{
border-color: #1B8A73;
}
.TagClassName
{
border-color: #1B8A73;
}
</style>