Shades of Elf Green #1C8B78
Tints of Elf Green #1C8B78
RGB
CMYK
RGB Variations
Color information
#1C8B78 (or 0x1C8B78) is known color: Elf Green. HEX triplet: 1C, 8B and 78. RGB value is (28,139,120). Sum of RGB (Red+Green+Blue) = 28+139+120=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B78 is #E37487. Grayscale: #676767. Windows color (decimal): -14906504 or 7899932. OLE color: 7899932.
HSL color Cylindrical-coordinate representation of color #1C8B78: hue angle of 169.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8B78 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 139 | 120 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.45 |
| HSL | 169.73º | 0.66% | 0.33% | - |
| HSV(B) | 169.73º | 0.8% | 0.55% | - |
| XYZ | 13.1 | 20.07 | 20.95 | - |
| YUV | 103.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 139 | 120 | 0.80 | 0 | 0.14 | 0.45 | 169.73 | 0.66 | 0.33 |
| Hex | 1C | 8B | 78 | 50 | 0 | E | 2D | AA | 42 | 21 |
| Octal | 34 | 213 | 170 | 120 | 0 | 16 | 55 | 252 | 102 | 41 |
| Binary | 11100 | 10001011 | 1111000 | 1010000 | 0 | 1110 | 101101 | 10101010 | 1000010 | 100001 |
Color Harmonies of #1C8B78
Complementary color
Monochromatic Colors of #1C8B78
Black with #1C8B78
Text Example
Text Example
White with #1C8B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8B78; }
p { color: rgb(28,139,120); }
H1.HeaderClassName
{
color: #1C8B78;
}
.AnyTagClassName
{
color: #1C8B78;
}
</style>
background-color css
<style>
a { background-color: #1C8B78; }
a { background-color: rgb(28,139,120); }
div.DivClassName
{
background-color: #1C8B78;
}
.BgClassName
{
background-color: #1C8B78;
}
</style>
border-color css
<style>
span { border-color: #1C8B78; }
span { border-color: rgb(28,139,120); }
td.TdClassName
{
border-color: #1C8B78;
}
.TagClassName
{
border-color: #1C8B78;
}
</style>