Shades of Elf Green #1B996E
Tints of Elf Green #1B996E
RGB
CMYK
RGB Variations
Color information
#1B996E (or 0x1B996E) is known color: Elf Green. HEX triplet: 1B, 99 and 6E. RGB value is (27,153,110). Sum of RGB (Red+Green+Blue) = 27+153+110=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #1B996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B996E is #E46691. Grayscale: #6E6E6E. Windows color (decimal): -14968466 or 7248155. OLE color: 7248155.
HSL color Cylindrical-coordinate representation of color #1B996E: hue angle of 159.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B996E is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 153 | 110 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.4 |
| HSL | 159.52º | 0.7% | 0.35% | - |
| HSV(B) | 159.52º | 0.82% | 0.6% | - |
| XYZ | 14.66 | 24.14 | 18.64 | - |
| YUV | 110.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 110 | 0.82 | 0 | 0.28 | 0.4 | 159.52 | 0.7 | 0.35 |
| Hex | 1B | 99 | 6E | 52 | 0 | 1C | 28 | A0 | 46 | 23 |
| Octal | 33 | 231 | 156 | 122 | 0 | 34 | 50 | 240 | 106 | 43 |
| Binary | 11011 | 10011001 | 1101110 | 1010010 | 0 | 11100 | 101000 | 10100000 | 1000110 | 100011 |
Color Harmonies of #1B996E
Complementary color
Monochromatic Colors of #1B996E
Black with #1B996E
Text Example
Text Example
White with #1B996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B996E; }
p { color: rgb(27,153,110); }
H1.HeaderClassName
{
color: #1B996E;
}
.AnyTagClassName
{
color: #1B996E;
}
</style>
background-color css
<style>
a { background-color: #1B996E; }
a { background-color: rgb(27,153,110); }
div.DivClassName
{
background-color: #1B996E;
}
.BgClassName
{
background-color: #1B996E;
}
</style>
border-color css
<style>
span { border-color: #1B996E; }
span { border-color: rgb(27,153,110); }
td.TdClassName
{
border-color: #1B996E;
}
.TagClassName
{
border-color: #1B996E;
}
</style>