Shades of Elf Green #1B896D
Tints of Elf Green #1B896D
RGB
CMYK
RGB Variations
Color information
#1B896D (or 0x1B896D) is known color: Elf Green. HEX triplet: 1B, 89 and 6D. RGB value is (27,137,109). Sum of RGB (Red+Green+Blue) = 27+137+109=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #1B896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B896D is #E47692. Grayscale: #646464. Windows color (decimal): -14972563 or 7178523. OLE color: 7178523.
HSL color Cylindrical-coordinate representation of color #1B896D: hue angle of 164.73º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B896D is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 137 | 109 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.46 |
| HSL | 164.73º | 0.67% | 0.32% | - |
| HSV(B) | 164.73º | 0.8% | 0.54% | - |
| XYZ | 12.16 | 19.23 | 17.54 | - |
| YUV | 100.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 109 | 0.80 | 0 | 0.20 | 0.46 | 164.73 | 0.67 | 0.32 |
| Hex | 1B | 89 | 6D | 50 | 0 | 14 | 2E | A5 | 43 | 20 |
| Octal | 33 | 211 | 155 | 120 | 0 | 24 | 56 | 245 | 103 | 40 |
| Binary | 11011 | 10001001 | 1101101 | 1010000 | 0 | 10100 | 101110 | 10100101 | 1000011 | 100000 |
Color Harmonies of #1B896D
Complementary color
Monochromatic Colors of #1B896D
Black with #1B896D
Text Example
Text Example
White with #1B896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B896D; }
p { color: rgb(27,137,109); }
H1.HeaderClassName
{
color: #1B896D;
}
.AnyTagClassName
{
color: #1B896D;
}
</style>
background-color css
<style>
a { background-color: #1B896D; }
a { background-color: rgb(27,137,109); }
div.DivClassName
{
background-color: #1B896D;
}
.BgClassName
{
background-color: #1B896D;
}
</style>
border-color css
<style>
span { border-color: #1B896D; }
span { border-color: rgb(27,137,109); }
td.TdClassName
{
border-color: #1B896D;
}
.TagClassName
{
border-color: #1B896D;
}
</style>