Shades of Elf Green #1C8768
Tints of Elf Green #1C8768
RGB
CMYK
RGB Variations
Color information
#1C8768 (or 0x1C8768) is known color: Elf Green. HEX triplet: 1C, 87 and 68. RGB value is (28,135,104). Sum of RGB (Red+Green+Blue) = 28+135+104=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8768 is #E37897. Grayscale: #636363. Windows color (decimal): -14907544 or 6850332. OLE color: 6850332.
HSL color Cylindrical-coordinate representation of color #1C8768: hue angle of 162.62º 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 #1C8768 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 104 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.47 |
| HSL | 162.62º | 0.66% | 0.32% | - |
| HSV(B) | 162.62º | 0.79% | 0.53% | - |
| XYZ | 11.64 | 18.57 | 16.07 | - |
| YUV | 99.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 104 | 0.79 | 0 | 0.23 | 0.47 | 162.62 | 0.66 | 0.32 |
| Hex | 1C | 87 | 68 | 4F | 0 | 17 | 2F | A3 | 42 | 20 |
| Octal | 34 | 207 | 150 | 117 | 0 | 27 | 57 | 243 | 102 | 40 |
| Binary | 11100 | 10000111 | 1101000 | 1001111 | 0 | 10111 | 101111 | 10100011 | 1000010 | 100000 |
Color Harmonies of #1C8768
Complementary color
Monochromatic Colors of #1C8768
Black with #1C8768
Text Example
Text Example
White with #1C8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8768; }
p { color: rgb(28,135,104); }
H1.HeaderClassName
{
color: #1C8768;
}
.AnyTagClassName
{
color: #1C8768;
}
</style>
background-color css
<style>
a { background-color: #1C8768; }
a { background-color: rgb(28,135,104); }
div.DivClassName
{
background-color: #1C8768;
}
.BgClassName
{
background-color: #1C8768;
}
</style>
border-color css
<style>
span { border-color: #1C8768; }
span { border-color: rgb(28,135,104); }
td.TdClassName
{
border-color: #1C8768;
}
.TagClassName
{
border-color: #1C8768;
}
</style>