Shades of Elf Green #1B8C71
Tints of Elf Green #1B8C71
RGB
CMYK
RGB Variations
Color information
#1B8C71 (or 0x1B8C71) is known color: Elf Green. HEX triplet: 1B, 8C and 71. RGB value is (27,140,113). Sum of RGB (Red+Green+Blue) = 27+140+113=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #1B8C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8C71 is #E4738E. Grayscale: #676767. Windows color (decimal): -14971791 or 7441435. OLE color: 7441435.
HSL color Cylindrical-coordinate representation of color #1B8C71: hue angle of 165.66º 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 #1B8C71 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 140 | 113 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.45 |
| HSL | 165.66º | 0.68% | 0.33% | - |
| HSV(B) | 165.66º | 0.81% | 0.55% | - |
| XYZ | 12.81 | 20.18 | 18.84 | - |
| YUV | 103.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 113 | 0.81 | 0 | 0.19 | 0.45 | 165.66 | 0.68 | 0.33 |
| Hex | 1B | 8C | 71 | 51 | 0 | 13 | 2D | A6 | 44 | 21 |
| Octal | 33 | 214 | 161 | 121 | 0 | 23 | 55 | 246 | 104 | 41 |
| Binary | 11011 | 10001100 | 1110001 | 1010001 | 0 | 10011 | 101101 | 10100110 | 1000100 | 100001 |
Color Harmonies of #1B8C71
Complementary color
Monochromatic Colors of #1B8C71
Black with #1B8C71
Text Example
Text Example
White with #1B8C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8C71; }
p { color: rgb(27,140,113); }
H1.HeaderClassName
{
color: #1B8C71;
}
.AnyTagClassName
{
color: #1B8C71;
}
</style>
background-color css
<style>
a { background-color: #1B8C71; }
a { background-color: rgb(27,140,113); }
div.DivClassName
{
background-color: #1B8C71;
}
.BgClassName
{
background-color: #1B8C71;
}
</style>
border-color css
<style>
span { border-color: #1B8C71; }
span { border-color: rgb(27,140,113); }
td.TdClassName
{
border-color: #1B8C71;
}
.TagClassName
{
border-color: #1B8C71;
}
</style>