Shades of Elf Green #1B8371
Tints of Elf Green #1B8371
RGB
CMYK
RGB Variations
Color information
#1B8371 (or 0x1B8371) is known color: Elf Green. HEX triplet: 1B, 83 and 71. RGB value is (27,131,113). Sum of RGB (Red+Green+Blue) = 27+131+113=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #1B8371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8371 is #E47C8E. Grayscale: #616161. Windows color (decimal): -14974095 or 7439131. OLE color: 7439131.
HSL color Cylindrical-coordinate representation of color #1B8371: hue angle of 169.62º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8371 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 131 | 113 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.49 |
| HSL | 169.62º | 0.66% | 0.31% | - |
| HSV(B) | 169.62º | 0.79% | 0.51% | - |
| XYZ | 11.55 | 17.66 | 18.42 | - |
| YUV | 97.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 113 | 0.79 | 0 | 0.14 | 0.49 | 169.62 | 0.66 | 0.31 |
| Hex | 1B | 83 | 71 | 4F | 0 | E | 31 | AA | 42 | 1F |
| Octal | 33 | 203 | 161 | 117 | 0 | 16 | 61 | 252 | 102 | 37 |
| Binary | 11011 | 10000011 | 1110001 | 1001111 | 0 | 1110 | 110001 | 10101010 | 1000010 | 11111 |
Color Harmonies of #1B8371
Complementary color
Monochromatic Colors of #1B8371
Black with #1B8371
Text Example
Text Example
White with #1B8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8371; }
p { color: rgb(27,131,113); }
H1.HeaderClassName
{
color: #1B8371;
}
.AnyTagClassName
{
color: #1B8371;
}
</style>
background-color css
<style>
a { background-color: #1B8371; }
a { background-color: rgb(27,131,113); }
div.DivClassName
{
background-color: #1B8371;
}
.BgClassName
{
background-color: #1B8371;
}
</style>
border-color css
<style>
span { border-color: #1B8371; }
span { border-color: rgb(27,131,113); }
td.TdClassName
{
border-color: #1B8371;
}
.TagClassName
{
border-color: #1B8371;
}
</style>