Shades of Green #1C6404
Tints of Green #1C6404
RGB
CMYK
RGB Variations
Color information
#1C6404 (or 0x1C6404) is known color: Green. HEX triplet: 1C, 64 and 04. RGB value is (28,100,4). Sum of RGB (Red+Green+Blue) = 28+100+4=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 100 (39.45% from 255 or 75.76% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6404 is #E39BFB. Grayscale: #434343. Windows color (decimal): -14916604 or 287772. OLE color: 287772.
HSL color Cylindrical-coordinate representation of color #1C6404: hue angle of 105º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C6404 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 100 | 4 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.61 |
| HSL | 105º | 0.92% | 0.2% | - |
| HSV(B) | 105º | 0.96% | 0.39% | - |
| XYZ | 5.06 | 9.37 | 1.66 | - |
| YUV | 67.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 4 | 0.72 | 0 | 0.96 | 0.61 | 105 | 0.92 | 0.2 |
| Hex | 1C | 64 | 4 | 48 | 0 | 60 | 3D | 69 | 5C | 14 |
| Octal | 34 | 144 | 4 | 110 | 0 | 140 | 75 | 151 | 134 | 24 |
| Binary | 11100 | 1100100 | 100 | 1001000 | 0 | 1100000 | 111101 | 1101001 | 1011100 | 10100 |
Color Harmonies of #1C6404
Complementary color
Monochromatic Colors of #1C6404
Black with #1C6404
Text Example
Text Example
White with #1C6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6404; }
p { color: rgb(28,100,4); }
H1.HeaderClassName
{
color: #1C6404;
}
.AnyTagClassName
{
color: #1C6404;
}
</style>
background-color css
<style>
a { background-color: #1C6404; }
a { background-color: rgb(28,100,4); }
div.DivClassName
{
background-color: #1C6404;
}
.BgClassName
{
background-color: #1C6404;
}
</style>
border-color css
<style>
span { border-color: #1C6404; }
span { border-color: rgb(28,100,4); }
td.TdClassName
{
border-color: #1C6404;
}
.TagClassName
{
border-color: #1C6404;
}
</style>