Shades of Elf Green #1C9377
Tints of Elf Green #1C9377
RGB
CMYK
RGB Variations
Color information
#1C9377 (or 0x1C9377) is known color: Elf Green. HEX triplet: 1C, 93 and 77. RGB value is (28,147,119). Sum of RGB (Red+Green+Blue) = 28+147+119=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9377 is #E36C88. Grayscale: #6C6C6C. Windows color (decimal): -14904457 or 7836444. OLE color: 7836444.
HSL color Cylindrical-coordinate representation of color #1C9377: hue angle of 165.88º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9377 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 147 | 119 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.42 |
| HSL | 165.88º | 0.68% | 0.34% | - |
| HSV(B) | 165.88º | 0.81% | 0.58% | - |
| XYZ | 14.24 | 22.45 | 21.03 | - |
| YUV | 108.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 119 | 0.81 | 0 | 0.19 | 0.42 | 165.88 | 0.68 | 0.34 |
| Hex | 1C | 93 | 77 | 51 | 0 | 13 | 2A | A6 | 44 | 22 |
| Octal | 34 | 223 | 167 | 121 | 0 | 23 | 52 | 246 | 104 | 42 |
| Binary | 11100 | 10010011 | 1110111 | 1010001 | 0 | 10011 | 101010 | 10100110 | 1000100 | 100010 |
Color Harmonies of #1C9377
Complementary color
Monochromatic Colors of #1C9377
Black with #1C9377
Text Example
Text Example
White with #1C9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9377; }
p { color: rgb(28,147,119); }
H1.HeaderClassName
{
color: #1C9377;
}
.AnyTagClassName
{
color: #1C9377;
}
</style>
background-color css
<style>
a { background-color: #1C9377; }
a { background-color: rgb(28,147,119); }
div.DivClassName
{
background-color: #1C9377;
}
.BgClassName
{
background-color: #1C9377;
}
</style>
border-color css
<style>
span { border-color: #1C9377; }
span { border-color: rgb(28,147,119); }
td.TdClassName
{
border-color: #1C9377;
}
.TagClassName
{
border-color: #1C9377;
}
</style>