Shades of Elf Green #1B956F
Tints of Elf Green #1B956F
RGB
CMYK
RGB Variations
Color information
#1B956F (or 0x1B956F) is known color: Elf Green. HEX triplet: 1B, 95 and 6F. RGB value is (27,149,111). Sum of RGB (Red+Green+Blue) = 27+149+111=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #1B956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B956F is #E46A90. Grayscale: #6C6C6C. Windows color (decimal): -14969489 or 7312667. OLE color: 7312667.
HSL color Cylindrical-coordinate representation of color #1B956F: hue angle of 161.31º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B956F is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 111 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.42 |
| HSL | 161.31º | 0.69% | 0.35% | - |
| HSV(B) | 161.31º | 0.82% | 0.58% | - |
| XYZ | 14.07 | 22.88 | 18.71 | - |
| YUV | 108.19 | 129.58 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 111 | 0.82 | 0 | 0.26 | 0.42 | 161.31 | 0.69 | 0.35 |
| Hex | 1B | 95 | 6F | 52 | 0 | 1A | 2A | A1 | 45 | 23 |
| Octal | 33 | 225 | 157 | 122 | 0 | 32 | 52 | 241 | 105 | 43 |
| Binary | 11011 | 10010101 | 1101111 | 1010010 | 0 | 11010 | 101010 | 10100001 | 1000101 | 100011 |
Color Harmonies of #1B956F
Complementary color
Monochromatic Colors of #1B956F
Black with #1B956F
Text Example
Text Example
White with #1B956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B956F; }
p { color: rgb(27,149,111); }
H1.HeaderClassName
{
color: #1B956F;
}
.AnyTagClassName
{
color: #1B956F;
}
</style>
background-color css
<style>
a { background-color: #1B956F; }
a { background-color: rgb(27,149,111); }
div.DivClassName
{
background-color: #1B956F;
}
.BgClassName
{
background-color: #1B956F;
}
</style>
border-color css
<style>
span { border-color: #1B956F; }
span { border-color: rgb(27,149,111); }
td.TdClassName
{
border-color: #1B956F;
}
.TagClassName
{
border-color: #1B956F;
}
</style>