Shades of Elf Green #1B946C
Tints of Elf Green #1B946C
RGB
CMYK
RGB Variations
Color information
#1B946C (or 0x1B946C) is known color: Elf Green. HEX triplet: 1B, 94 and 6C. RGB value is (27,148,108). Sum of RGB (Red+Green+Blue) = 27+148+108=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #1B946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B946C is #E46B93. Grayscale: #6B6B6B. Windows color (decimal): -14969748 or 7115803. OLE color: 7115803.
HSL color Cylindrical-coordinate representation of color #1B946C: hue angle of 160.17º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B946C is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 108 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.42 |
| HSL | 160.17º | 0.69% | 0.34% | - |
| HSV(B) | 160.17º | 0.82% | 0.58% | - |
| XYZ | 13.75 | 22.5 | 17.8 | - |
| YUV | 107.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 108 | 0.82 | 0 | 0.27 | 0.42 | 160.17 | 0.69 | 0.34 |
| Hex | 1B | 94 | 6C | 52 | 0 | 1B | 2A | A0 | 45 | 22 |
| Octal | 33 | 224 | 154 | 122 | 0 | 33 | 52 | 240 | 105 | 42 |
| Binary | 11011 | 10010100 | 1101100 | 1010010 | 0 | 11011 | 101010 | 10100000 | 1000101 | 100010 |
Color Harmonies of #1B946C
Complementary color
Monochromatic Colors of #1B946C
Black with #1B946C
Text Example
Text Example
White with #1B946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B946C; }
p { color: rgb(27,148,108); }
H1.HeaderClassName
{
color: #1B946C;
}
.AnyTagClassName
{
color: #1B946C;
}
</style>
background-color css
<style>
a { background-color: #1B946C; }
a { background-color: rgb(27,148,108); }
div.DivClassName
{
background-color: #1B946C;
}
.BgClassName
{
background-color: #1B946C;
}
</style>
border-color css
<style>
span { border-color: #1B946C; }
span { border-color: rgb(27,148,108); }
td.TdClassName
{
border-color: #1B946C;
}
.TagClassName
{
border-color: #1B946C;
}
</style>