Shades of Elf Green #1C8772
Tints of Elf Green #1C8772
RGB
CMYK
RGB Variations
Color information
#1C8772 (or 0x1C8772) is known color: Elf Green. HEX triplet: 1C, 87 and 72. RGB value is (28,135,114). Sum of RGB (Red+Green+Blue) = 28+135+114=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8772 is #E3788D. Grayscale: #646464. Windows color (decimal): -14907534 or 7505692. OLE color: 7505692.
HSL color Cylindrical-coordinate representation of color #1C8772: hue angle of 168.22º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8772 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 114 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.47 |
| HSL | 168.22º | 0.66% | 0.32% | - |
| HSV(B) | 168.22º | 0.79% | 0.53% | - |
| XYZ | 12.18 | 18.79 | 18.9 | - |
| YUV | 100.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 114 | 0.79 | 0 | 0.16 | 0.47 | 168.22 | 0.66 | 0.32 |
| Hex | 1C | 87 | 72 | 4F | 0 | 10 | 2F | A8 | 42 | 20 |
| Octal | 34 | 207 | 162 | 117 | 0 | 20 | 57 | 250 | 102 | 40 |
| Binary | 11100 | 10000111 | 1110010 | 1001111 | 0 | 10000 | 101111 | 10101000 | 1000010 | 100000 |
Color Harmonies of #1C8772
Complementary color
Monochromatic Colors of #1C8772
Black with #1C8772
Text Example
Text Example
White with #1C8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8772; }
p { color: rgb(28,135,114); }
H1.HeaderClassName
{
color: #1C8772;
}
.AnyTagClassName
{
color: #1C8772;
}
</style>
background-color css
<style>
a { background-color: #1C8772; }
a { background-color: rgb(28,135,114); }
div.DivClassName
{
background-color: #1C8772;
}
.BgClassName
{
background-color: #1C8772;
}
</style>
border-color css
<style>
span { border-color: #1C8772; }
span { border-color: rgb(28,135,114); }
td.TdClassName
{
border-color: #1C8772;
}
.TagClassName
{
border-color: #1C8772;
}
</style>