Shades of Green #1C710A
Tints of Green #1C710A
RGB
CMYK
RGB Variations
Color information
#1C710A (or 0x1C710A) is known color: Green. HEX triplet: 1C, 71 and 0A. RGB value is (28,113,10). Sum of RGB (Red+Green+Blue) = 28+113+10=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #1C710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C710A is #E38EF5. Grayscale: #4C4C4C. Windows color (decimal): -14913270 or 684316. OLE color: 684316.
HSL color Cylindrical-coordinate representation of color #1C710A: hue angle of 109.51º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C710A is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 10 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.56 |
| HSL | 109.51º | 0.84% | 0.24% | - |
| HSV(B) | 109.51º | 0.91% | 0.44% | - |
| XYZ | 6.44 | 12.08 | 2.28 | - |
| YUV | 75.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 10 | 0.75 | 0 | 0.91 | 0.56 | 109.51 | 0.84 | 0.24 |
| Hex | 1C | 71 | A | 4B | 0 | 5B | 38 | 6E | 54 | 18 |
| Octal | 34 | 161 | 12 | 113 | 0 | 133 | 70 | 156 | 124 | 30 |
| Binary | 11100 | 1110001 | 1010 | 1001011 | 0 | 1011011 | 111000 | 1101110 | 1010100 | 11000 |
Color Harmonies of #1C710A
Complementary color
Monochromatic Colors of #1C710A
Black with #1C710A
Text Example
Text Example
White with #1C710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C710A; }
p { color: rgb(28,113,10); }
H1.HeaderClassName
{
color: #1C710A;
}
.AnyTagClassName
{
color: #1C710A;
}
</style>
background-color css
<style>
a { background-color: #1C710A; }
a { background-color: rgb(28,113,10); }
div.DivClassName
{
background-color: #1C710A;
}
.BgClassName
{
background-color: #1C710A;
}
</style>
border-color css
<style>
span { border-color: #1C710A; }
span { border-color: rgb(28,113,10); }
td.TdClassName
{
border-color: #1C710A;
}
.TagClassName
{
border-color: #1C710A;
}
</style>