Shades of Elf Green #1B8B6B
Tints of Elf Green #1B8B6B
RGB
CMYK
RGB Variations
Color information
#1B8B6B (or 0x1B8B6B) is known color: Elf Green. HEX triplet: 1B, 8B and 6B. RGB value is (27,139,107). Sum of RGB (Red+Green+Blue) = 27+139+107=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #1B8B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8B6B is #E47494. Grayscale: #656565. Windows color (decimal): -14972053 or 7047963. OLE color: 7047963.
HSL color Cylindrical-coordinate representation of color #1B8B6B: hue angle of 162.86º 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 #1B8B6B is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 139 | 107 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.45 |
| HSL | 162.86º | 0.67% | 0.33% | - |
| HSV(B) | 162.86º | 0.81% | 0.55% | - |
| XYZ | 12.34 | 19.76 | 17.07 | - |
| YUV | 101.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 107 | 0.81 | 0 | 0.23 | 0.45 | 162.86 | 0.67 | 0.33 |
| Hex | 1B | 8B | 6B | 51 | 0 | 17 | 2D | A3 | 43 | 21 |
| Octal | 33 | 213 | 153 | 121 | 0 | 27 | 55 | 243 | 103 | 41 |
| Binary | 11011 | 10001011 | 1101011 | 1010001 | 0 | 10111 | 101101 | 10100011 | 1000011 | 100001 |
Color Harmonies of #1B8B6B
Complementary color
Monochromatic Colors of #1B8B6B
Black with #1B8B6B
Text Example
Text Example
White with #1B8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8B6B; }
p { color: rgb(27,139,107); }
H1.HeaderClassName
{
color: #1B8B6B;
}
.AnyTagClassName
{
color: #1B8B6B;
}
</style>
background-color css
<style>
a { background-color: #1B8B6B; }
a { background-color: rgb(27,139,107); }
div.DivClassName
{
background-color: #1B8B6B;
}
.BgClassName
{
background-color: #1B8B6B;
}
</style>
border-color css
<style>
span { border-color: #1B8B6B; }
span { border-color: rgb(27,139,107); }
td.TdClassName
{
border-color: #1B8B6B;
}
.TagClassName
{
border-color: #1B8B6B;
}
</style>