Shades of Green #1C7204
Tints of Green #1C7204
RGB
CMYK
RGB Variations
Color information
#1C7204 (or 0x1C7204) is known color: Green. HEX triplet: 1C, 72 and 04. RGB value is (28,114,4). Sum of RGB (Red+Green+Blue) = 28+114+4=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 114 (44.92% from 255 or 78.08% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7204 is #E38DFB. Grayscale: #4C4C4C. Windows color (decimal): -14913020 or 291356. OLE color: 291356.
HSL color Cylindrical-coordinate representation of color #1C7204: hue angle of 106.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C7204 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 4 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.55 |
| HSL | 106.91º | 0.93% | 0.23% | - |
| HSV(B) | 106.91º | 0.96% | 0.45% | - |
| XYZ | 6.52 | 12.29 | 2.14 | - |
| YUV | 75.75 | 87.51 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 4 | 0.75 | 0 | 0.96 | 0.55 | 106.91 | 0.93 | 0.23 |
| Hex | 1C | 72 | 4 | 4B | 0 | 60 | 37 | 6B | 5D | 17 |
| Octal | 34 | 162 | 4 | 113 | 0 | 140 | 67 | 153 | 135 | 27 |
| Binary | 11100 | 1110010 | 100 | 1001011 | 0 | 1100000 | 110111 | 1101011 | 1011101 | 10111 |
Color Harmonies of #1C7204
Complementary color
Monochromatic Colors of #1C7204
Black with #1C7204
Text Example
Text Example
White with #1C7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7204; }
p { color: rgb(28,114,4); }
H1.HeaderClassName
{
color: #1C7204;
}
.AnyTagClassName
{
color: #1C7204;
}
</style>
background-color css
<style>
a { background-color: #1C7204; }
a { background-color: rgb(28,114,4); }
div.DivClassName
{
background-color: #1C7204;
}
.BgClassName
{
background-color: #1C7204;
}
</style>
border-color css
<style>
span { border-color: #1C7204; }
span { border-color: rgb(28,114,4); }
td.TdClassName
{
border-color: #1C7204;
}
.TagClassName
{
border-color: #1C7204;
}
</style>