Shades of Elf Green #1B8B6E
Tints of Elf Green #1B8B6E
RGB
CMYK
RGB Variations
Color information
#1B8B6E (or 0x1B8B6E) is known color: Elf Green. HEX triplet: 1B, 8B and 6E. RGB value is (27,139,110). Sum of RGB (Red+Green+Blue) = 27+139+110=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #1B8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8B6E is #E47491. Grayscale: #666666. Windows color (decimal): -14972050 or 7244571. OLE color: 7244571.
HSL color Cylindrical-coordinate representation of color #1B8B6E: hue angle of 164.46º degrees, saturation: 0.67, 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 #1B8B6E is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 139 | 110 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.45 |
| HSL | 164.46º | 0.67% | 0.33% | - |
| HSV(B) | 164.46º | 0.81% | 0.55% | - |
| XYZ | 12.5 | 19.82 | 17.92 | - |
| YUV | 102.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 110 | 0.81 | 0 | 0.21 | 0.45 | 164.46 | 0.67 | 0.33 |
| Hex | 1B | 8B | 6E | 51 | 0 | 15 | 2D | A4 | 43 | 21 |
| Octal | 33 | 213 | 156 | 121 | 0 | 25 | 55 | 244 | 103 | 41 |
| Binary | 11011 | 10001011 | 1101110 | 1010001 | 0 | 10101 | 101101 | 10100100 | 1000011 | 100001 |
Color Harmonies of #1B8B6E
Complementary color
Monochromatic Colors of #1B8B6E
Black with #1B8B6E
Text Example
Text Example
White with #1B8B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8B6E; }
p { color: rgb(27,139,110); }
H1.HeaderClassName
{
color: #1B8B6E;
}
.AnyTagClassName
{
color: #1B8B6E;
}
</style>
background-color css
<style>
a { background-color: #1B8B6E; }
a { background-color: rgb(27,139,110); }
div.DivClassName
{
background-color: #1B8B6E;
}
.BgClassName
{
background-color: #1B8B6E;
}
</style>
border-color css
<style>
span { border-color: #1B8B6E; }
span { border-color: rgb(27,139,110); }
td.TdClassName
{
border-color: #1B8B6E;
}
.TagClassName
{
border-color: #1B8B6E;
}
</style>