Shades of Green #1C6401
Tints of Green #1C6401
RGB
CMYK
RGB Variations
Color information
#1C6401 (or 0x1C6401) is known color: Green. HEX triplet: 1C, 64 and 01. RGB value is (28,100,1). Sum of RGB (Red+Green+Blue) = 28+100+1=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 100 (39.45% from 255 or 77.52% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6401 is #E39BFE. Grayscale: #434343. Windows color (decimal): -14916607 or 91164. OLE color: 91164.
HSL color Cylindrical-coordinate representation of color #1C6401: hue angle of 103.64º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C6401 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 100 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.61 |
| HSL | 103.64º | 0.98% | 0.2% | - |
| HSV(B) | 103.64º | 0.99% | 0.39% | - |
| XYZ | 5.04 | 9.36 | 1.57 | - |
| YUV | 67.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 1 | 0.72 | 0 | 0.99 | 0.61 | 103.64 | 0.98 | 0.2 |
| Hex | 1C | 64 | 1 | 48 | 0 | 63 | 3D | 68 | 62 | 14 |
| Octal | 34 | 144 | 1 | 110 | 0 | 143 | 75 | 150 | 142 | 24 |
| Binary | 11100 | 1100100 | 1 | 1001000 | 0 | 1100011 | 111101 | 1101000 | 1100010 | 10100 |
Color Harmonies of #1C6401
Complementary color
Monochromatic Colors of #1C6401
Black with #1C6401
Text Example
Text Example
White with #1C6401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6401; }
p { color: rgb(28,100,1); }
H1.HeaderClassName
{
color: #1C6401;
}
.AnyTagClassName
{
color: #1C6401;
}
</style>
background-color css
<style>
a { background-color: #1C6401; }
a { background-color: rgb(28,100,1); }
div.DivClassName
{
background-color: #1C6401;
}
.BgClassName
{
background-color: #1C6401;
}
</style>
border-color css
<style>
span { border-color: #1C6401; }
span { border-color: rgb(28,100,1); }
td.TdClassName
{
border-color: #1C6401;
}
.TagClassName
{
border-color: #1C6401;
}
</style>