Shades of Elf Green #1C8F74
Tints of Elf Green #1C8F74
RGB
CMYK
RGB Variations
Color information
#1C8F74 (or 0x1C8F74) is known color: Elf Green. HEX triplet: 1C, 8F and 74. RGB value is (28,143,116). Sum of RGB (Red+Green+Blue) = 28+143+116=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8F74 is #E3708B. Grayscale: #696969. Windows color (decimal): -14905484 or 7638812. OLE color: 7638812.
HSL color Cylindrical-coordinate representation of color #1C8F74: hue angle of 165.91º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8F74 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 143 | 116 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.44 |
| HSL | 165.91º | 0.67% | 0.34% | - |
| HSV(B) | 165.91º | 0.8% | 0.56% | - |
| XYZ | 13.45 | 21.15 | 19.9 | - |
| YUV | 105.54 | 133.9 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 116 | 0.80 | 0 | 0.19 | 0.44 | 165.91 | 0.67 | 0.34 |
| Hex | 1C | 8F | 74 | 50 | 0 | 13 | 2C | A6 | 43 | 22 |
| Octal | 34 | 217 | 164 | 120 | 0 | 23 | 54 | 246 | 103 | 42 |
| Binary | 11100 | 10001111 | 1110100 | 1010000 | 0 | 10011 | 101100 | 10100110 | 1000011 | 100010 |
Color Harmonies of #1C8F74
Complementary color
Monochromatic Colors of #1C8F74
Black with #1C8F74
Text Example
Text Example
White with #1C8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8F74; }
p { color: rgb(28,143,116); }
H1.HeaderClassName
{
color: #1C8F74;
}
.AnyTagClassName
{
color: #1C8F74;
}
</style>
background-color css
<style>
a { background-color: #1C8F74; }
a { background-color: rgb(28,143,116); }
div.DivClassName
{
background-color: #1C8F74;
}
.BgClassName
{
background-color: #1C8F74;
}
</style>
border-color css
<style>
span { border-color: #1C8F74; }
span { border-color: rgb(28,143,116); }
td.TdClassName
{
border-color: #1C8F74;
}
.TagClassName
{
border-color: #1C8F74;
}
</style>