Shades of Green #1C680A
Tints of Green #1C680A
RGB
CMYK
RGB Variations
Color information
#1C680A (or 0x1C680A) is known color: Green. HEX triplet: 1C, 68 and 0A. RGB value is (28,104,10). Sum of RGB (Red+Green+Blue) = 28+104+10=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 104 (41.02% from 255 or 73.24% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 104 - color contains mainly: green. Hex color #1C680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C680A is #E397F5. Grayscale: #464646. Windows color (decimal): -14915574 or 682012. OLE color: 682012.
HSL color Cylindrical-coordinate representation of color #1C680A: hue angle of 108.51º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C680A is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 104 | 10 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.59 |
| HSL | 108.51º | 0.82% | 0.22% | - |
| HSV(B) | 108.51º | 0.9% | 0.41% | - |
| XYZ | 5.48 | 10.17 | 1.96 | - |
| YUV | 70.56 | 93.82 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 10 | 0.73 | 0 | 0.90 | 0.59 | 108.51 | 0.82 | 0.22 |
| Hex | 1C | 68 | A | 49 | 0 | 5A | 3B | 6D | 52 | 16 |
| Octal | 34 | 150 | 12 | 111 | 0 | 132 | 73 | 155 | 122 | 26 |
| Binary | 11100 | 1101000 | 1010 | 1001001 | 0 | 1011010 | 111011 | 1101101 | 1010010 | 10110 |
Color Harmonies of #1C680A
Complementary color
Monochromatic Colors of #1C680A
Black with #1C680A
Text Example
Text Example
White with #1C680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C680A; }
p { color: rgb(28,104,10); }
H1.HeaderClassName
{
color: #1C680A;
}
.AnyTagClassName
{
color: #1C680A;
}
</style>
background-color css
<style>
a { background-color: #1C680A; }
a { background-color: rgb(28,104,10); }
div.DivClassName
{
background-color: #1C680A;
}
.BgClassName
{
background-color: #1C680A;
}
</style>
border-color css
<style>
span { border-color: #1C680A; }
span { border-color: rgb(28,104,10); }
td.TdClassName
{
border-color: #1C680A;
}
.TagClassName
{
border-color: #1C680A;
}
</style>