Shades of Elf Green #1B946A
Tints of Elf Green #1B946A
RGB
CMYK
RGB Variations
Color information
#1B946A (or 0x1B946A) is known color: Elf Green. HEX triplet: 1B, 94 and 6A. RGB value is (27,148,106). Sum of RGB (Red+Green+Blue) = 27+148+106=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #1B946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B946A is #E46B95. Grayscale: #6B6B6B. Windows color (decimal): -14969750 or 6984731. OLE color: 6984731.
HSL color Cylindrical-coordinate representation of color #1B946A: hue angle of 159.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 #1B946A is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 106 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.42 |
| HSL | 159.17º | 0.69% | 0.34% | - |
| HSV(B) | 159.17º | 0.82% | 0.58% | - |
| XYZ | 13.64 | 22.45 | 17.25 | - |
| YUV | 107.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 106 | 0.82 | 0 | 0.28 | 0.42 | 159.17 | 0.69 | 0.34 |
| Hex | 1B | 94 | 6A | 52 | 0 | 1C | 2A | 9F | 45 | 22 |
| Octal | 33 | 224 | 152 | 122 | 0 | 34 | 52 | 237 | 105 | 42 |
| Binary | 11011 | 10010100 | 1101010 | 1010010 | 0 | 11100 | 101010 | 10011111 | 1000101 | 100010 |
Color Harmonies of #1B946A
Complementary color
Monochromatic Colors of #1B946A
Black with #1B946A
Text Example
Text Example
White with #1B946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B946A; }
p { color: rgb(27,148,106); }
H1.HeaderClassName
{
color: #1B946A;
}
.AnyTagClassName
{
color: #1B946A;
}
</style>
background-color css
<style>
a { background-color: #1B946A; }
a { background-color: rgb(27,148,106); }
div.DivClassName
{
background-color: #1B946A;
}
.BgClassName
{
background-color: #1B946A;
}
</style>
border-color css
<style>
span { border-color: #1B946A; }
span { border-color: rgb(27,148,106); }
td.TdClassName
{
border-color: #1B946A;
}
.TagClassName
{
border-color: #1B946A;
}
</style>