Shades of Elf Green #1C956D
Tints of Elf Green #1C956D
RGB
CMYK
RGB Variations
Color information
#1C956D (or 0x1C956D) is known color: Elf Green. HEX triplet: 1C, 95 and 6D. RGB value is (28,149,109). Sum of RGB (Red+Green+Blue) = 28+149+109=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #1C956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C956D is #E36A92. Grayscale: #6C6C6C. Windows color (decimal): -14903955 or 7181596. OLE color: 7181596.
HSL color Cylindrical-coordinate representation of color #1C956D: hue angle of 160.17º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C956D is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 149 | 109 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.42 |
| HSL | 160.17º | 0.68% | 0.35% | - |
| HSV(B) | 160.17º | 0.81% | 0.58% | - |
| XYZ | 13.99 | 22.85 | 18.14 | - |
| YUV | 108.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 149 | 109 | 0.81 | 0 | 0.27 | 0.42 | 160.17 | 0.68 | 0.35 |
| Hex | 1C | 95 | 6D | 51 | 0 | 1B | 2A | A0 | 44 | 23 |
| Octal | 34 | 225 | 155 | 121 | 0 | 33 | 52 | 240 | 104 | 43 |
| Binary | 11100 | 10010101 | 1101101 | 1010001 | 0 | 11011 | 101010 | 10100000 | 1000100 | 100011 |
Color Harmonies of #1C956D
Complementary color
Monochromatic Colors of #1C956D
Black with #1C956D
Text Example
Text Example
White with #1C956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C956D; }
p { color: rgb(28,149,109); }
H1.HeaderClassName
{
color: #1C956D;
}
.AnyTagClassName
{
color: #1C956D;
}
</style>
background-color css
<style>
a { background-color: #1C956D; }
a { background-color: rgb(28,149,109); }
div.DivClassName
{
background-color: #1C956D;
}
.BgClassName
{
background-color: #1C956D;
}
</style>
border-color css
<style>
span { border-color: #1C956D; }
span { border-color: rgb(28,149,109); }
td.TdClassName
{
border-color: #1C956D;
}
.TagClassName
{
border-color: #1C956D;
}
</style>