Shades of Elf Green #1C8A5C
Tints of Elf Green #1C8A5C
RGB
CMYK
RGB Variations
Color information
#1C8A5C (or 0x1C8A5C) is known color: Elf Green. HEX triplet: 1C, 8A and 5C. RGB value is (28,138,92). Sum of RGB (Red+Green+Blue) = 28+138+92=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8A5C is #E375A3. Grayscale: #636363. Windows color (decimal): -14906788 or 6064668. OLE color: 6064668.
HSL color Cylindrical-coordinate representation of color #1C8A5C: hue angle of 154.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A5C is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 138 | 92 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.46 |
| HSL | 154.91º | 0.66% | 0.33% | - |
| HSV(B) | 154.91º | 0.8% | 0.54% | - |
| XYZ | 11.5 | 19.2 | 13.22 | - |
| YUV | 99.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 92 | 0.80 | 0 | 0.33 | 0.46 | 154.91 | 0.66 | 0.33 |
| Hex | 1C | 8A | 5C | 50 | 0 | 21 | 2E | 9B | 42 | 21 |
| Octal | 34 | 212 | 134 | 120 | 0 | 41 | 56 | 233 | 102 | 41 |
| Binary | 11100 | 10001010 | 1011100 | 1010000 | 0 | 100001 | 101110 | 10011011 | 1000010 | 100001 |
Color Harmonies of #1C8A5C
Complementary color
Monochromatic Colors of #1C8A5C
Black with #1C8A5C
Text Example
Text Example
White with #1C8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8A5C; }
p { color: rgb(28,138,92); }
H1.HeaderClassName
{
color: #1C8A5C;
}
.AnyTagClassName
{
color: #1C8A5C;
}
</style>
background-color css
<style>
a { background-color: #1C8A5C; }
a { background-color: rgb(28,138,92); }
div.DivClassName
{
background-color: #1C8A5C;
}
.BgClassName
{
background-color: #1C8A5C;
}
</style>
border-color css
<style>
span { border-color: #1C8A5C; }
span { border-color: rgb(28,138,92); }
td.TdClassName
{
border-color: #1C8A5C;
}
.TagClassName
{
border-color: #1C8A5C;
}
</style>