Shades of Green #1C720A
Tints of Green #1C720A
RGB
CMYK
RGB Variations
Color information
#1C720A (or 0x1C720A) is known color: Green. HEX triplet: 1C, 72 and 0A. RGB value is (28,114,10). Sum of RGB (Red+Green+Blue) = 28+114+10=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #1C720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C720A is #E38DF5. Grayscale: #4C4C4C. Windows color (decimal): -14913014 or 684572. OLE color: 684572.
HSL color Cylindrical-coordinate representation of color #1C720A: hue angle of 109.62º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C720A is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 10 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.55 |
| HSL | 109.62º | 0.84% | 0.24% | - |
| HSV(B) | 109.62º | 0.91% | 0.45% | - |
| XYZ | 6.55 | 12.3 | 2.32 | - |
| YUV | 76.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 10 | 0.75 | 0 | 0.91 | 0.55 | 109.62 | 0.84 | 0.24 |
| Hex | 1C | 72 | A | 4B | 0 | 5B | 37 | 6E | 54 | 18 |
| Octal | 34 | 162 | 12 | 113 | 0 | 133 | 67 | 156 | 124 | 30 |
| Binary | 11100 | 1110010 | 1010 | 1001011 | 0 | 1011011 | 110111 | 1101110 | 1010100 | 11000 |
Color Harmonies of #1C720A
Complementary color
Monochromatic Colors of #1C720A
Black with #1C720A
Text Example
Text Example
White with #1C720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C720A; }
p { color: rgb(28,114,10); }
H1.HeaderClassName
{
color: #1C720A;
}
.AnyTagClassName
{
color: #1C720A;
}
</style>
background-color css
<style>
a { background-color: #1C720A; }
a { background-color: rgb(28,114,10); }
div.DivClassName
{
background-color: #1C720A;
}
.BgClassName
{
background-color: #1C720A;
}
</style>
border-color css
<style>
span { border-color: #1C720A; }
span { border-color: rgb(28,114,10); }
td.TdClassName
{
border-color: #1C720A;
}
.TagClassName
{
border-color: #1C720A;
}
</style>