Shades of Elf Green #1B875E
Tints of Elf Green #1B875E
RGB
CMYK
RGB Variations
Color information
#1B875E (or 0x1B875E) is known color: Elf Green. HEX triplet: 1B, 87 and 5E. RGB value is (27,135,94). Sum of RGB (Red+Green+Blue) = 27+135+94=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #1B875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B875E is #E478A1. Grayscale: #626262. Windows color (decimal): -14973090 or 6194971. OLE color: 6194971.
HSL color Cylindrical-coordinate representation of color #1B875E: hue angle of 157.22º degrees, saturation: 0.67, 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 #1B875E is Cyan = 0.8, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 135 | 94 | - |
| CMYK | 0.8 | 0 | 0.30 | 0.47 |
| HSL | 157.22º | 0.67% | 0.32% | - |
| HSV(B) | 157.22º | 0.8% | 0.53% | - |
| XYZ | 11.14 | 18.37 | 13.55 | - |
| YUV | 98.03 | 125.72 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 94 | 0.8 | 0 | 0.30 | 0.47 | 157.22 | 0.67 | 0.32 |
| Hex | 1B | 87 | 5E | 50 | 0 | 1E | 2F | 9D | 43 | 20 |
| Octal | 33 | 207 | 136 | 120 | 0 | 36 | 57 | 235 | 103 | 40 |
| Binary | 11011 | 10000111 | 1011110 | 1010000 | 0 | 11110 | 101111 | 10011101 | 1000011 | 100000 |
Color Harmonies of #1B875E
Complementary color
Monochromatic Colors of #1B875E
Black with #1B875E
Text Example
Text Example
White with #1B875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B875E; }
p { color: rgb(27,135,94); }
H1.HeaderClassName
{
color: #1B875E;
}
.AnyTagClassName
{
color: #1B875E;
}
</style>
background-color css
<style>
a { background-color: #1B875E; }
a { background-color: rgb(27,135,94); }
div.DivClassName
{
background-color: #1B875E;
}
.BgClassName
{
background-color: #1B875E;
}
</style>
border-color css
<style>
span { border-color: #1B875E; }
span { border-color: rgb(27,135,94); }
td.TdClassName
{
border-color: #1B875E;
}
.TagClassName
{
border-color: #1B875E;
}
</style>