Shades of Elf Green #1B865F
Tints of Elf Green #1B865F
RGB
CMYK
RGB Variations
Color information
#1B865F (or 0x1B865F) is known color: Elf Green. HEX triplet: 1B, 86 and 5F. RGB value is (27,134,95). Sum of RGB (Red+Green+Blue) = 27+134+95=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #1B865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B865F is #E479A0. Grayscale: #616161. Windows color (decimal): -14973345 or 6260251. OLE color: 6260251.
HSL color Cylindrical-coordinate representation of color #1B865F: hue angle of 158.13º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B865F is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 134 | 95 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.47 |
| HSL | 158.13º | 0.66% | 0.32% | - |
| HSV(B) | 158.13º | 0.8% | 0.53% | - |
| XYZ | 11.04 | 18.11 | 13.74 | - |
| YUV | 97.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 134 | 95 | 0.80 | 0 | 0.29 | 0.47 | 158.13 | 0.66 | 0.32 |
| Hex | 1B | 86 | 5F | 50 | 0 | 1D | 2F | 9E | 42 | 20 |
| Octal | 33 | 206 | 137 | 120 | 0 | 35 | 57 | 236 | 102 | 40 |
| Binary | 11011 | 10000110 | 1011111 | 1010000 | 0 | 11101 | 101111 | 10011110 | 1000010 | 100000 |
Color Harmonies of #1B865F
Complementary color
Monochromatic Colors of #1B865F
Black with #1B865F
Text Example
Text Example
White with #1B865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B865F; }
p { color: rgb(27,134,95); }
H1.HeaderClassName
{
color: #1B865F;
}
.AnyTagClassName
{
color: #1B865F;
}
</style>
background-color css
<style>
a { background-color: #1B865F; }
a { background-color: rgb(27,134,95); }
div.DivClassName
{
background-color: #1B865F;
}
.BgClassName
{
background-color: #1B865F;
}
</style>
border-color css
<style>
span { border-color: #1B865F; }
span { border-color: rgb(27,134,95); }
td.TdClassName
{
border-color: #1B865F;
}
.TagClassName
{
border-color: #1B865F;
}
</style>