Shades of Elf Green #1C8568
Tints of Elf Green #1C8568
RGB
CMYK
RGB Variations
Color information
#1C8568 (or 0x1C8568) is known color: Elf Green. HEX triplet: 1C, 85 and 68. RGB value is (28,133,104). Sum of RGB (Red+Green+Blue) = 28+133+104=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8568 is #E37A97. Grayscale: #626262. Windows color (decimal): -14908056 or 6849820. OLE color: 6849820.
HSL color Cylindrical-coordinate representation of color #1C8568: hue angle of 163.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8568 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 104 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.48 |
| HSL | 163.43º | 0.65% | 0.32% | - |
| HSV(B) | 163.43º | 0.79% | 0.52% | - |
| XYZ | 11.37 | 18.02 | 15.98 | - |
| YUV | 98.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 104 | 0.79 | 0 | 0.22 | 0.48 | 163.43 | 0.65 | 0.32 |
| Hex | 1C | 85 | 68 | 4F | 0 | 16 | 30 | A3 | 41 | 20 |
| Octal | 34 | 205 | 150 | 117 | 0 | 26 | 60 | 243 | 101 | 40 |
| Binary | 11100 | 10000101 | 1101000 | 1001111 | 0 | 10110 | 110000 | 10100011 | 1000001 | 100000 |
Color Harmonies of #1C8568
Complementary color
Monochromatic Colors of #1C8568
Black with #1C8568
Text Example
Text Example
White with #1C8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8568; }
p { color: rgb(28,133,104); }
H1.HeaderClassName
{
color: #1C8568;
}
.AnyTagClassName
{
color: #1C8568;
}
</style>
background-color css
<style>
a { background-color: #1C8568; }
a { background-color: rgb(28,133,104); }
div.DivClassName
{
background-color: #1C8568;
}
.BgClassName
{
background-color: #1C8568;
}
</style>
border-color css
<style>
span { border-color: #1C8568; }
span { border-color: rgb(28,133,104); }
td.TdClassName
{
border-color: #1C8568;
}
.TagClassName
{
border-color: #1C8568;
}
</style>