Shades of Green #1C6500
Tints of Green #1C6500
RGB
CMYK
RGB Variations
Color information
#1C6500 (or 0x1C6500) is known color: Green. HEX triplet: 1C, 65 and 00. RGB value is (28,101,0). Sum of RGB (Red+Green+Blue) = 28+101+0=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 101 (39.84% from 255 or 78.29% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 101 - color contains mainly: green. Hex color #1C6500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6500 is #E39AFF. Grayscale: #434343. Windows color (decimal): -14916352 or 25884. OLE color: 25884.
HSL color Cylindrical-coordinate representation of color #1C6500: hue angle of 103.37º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C6500 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 101 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.60 |
| HSL | 103.37º | 1% | 0.2% | - |
| HSV(B) | 103.37º | 1% | 0.4% | - |
| XYZ | 5.13 | 9.55 | 1.57 | - |
| YUV | 67.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 0 | 0.72 | 0 | 1 | 0.60 | 103.37 | 1 | 0.2 |
| Hex | 1C | 65 | 0 | 48 | 0 | 64 | 3C | 67 | 64 | 14 |
| Octal | 34 | 145 | 0 | 110 | 0 | 144 | 74 | 147 | 144 | 24 |
| Binary | 11100 | 1100101 | 0 | 1001000 | 0 | 1100100 | 111100 | 1100111 | 1100100 | 10100 |
Color Harmonies of #1C6500
Complementary color
Monochromatic Colors of #1C6500
Black with #1C6500
Text Example
Text Example
White with #1C6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6500; }
p { color: rgb(28,101,0); }
H1.HeaderClassName
{
color: #1C6500;
}
.AnyTagClassName
{
color: #1C6500;
}
</style>
background-color css
<style>
a { background-color: #1C6500; }
a { background-color: rgb(28,101,0); }
div.DivClassName
{
background-color: #1C6500;
}
.BgClassName
{
background-color: #1C6500;
}
</style>
border-color css
<style>
span { border-color: #1C6500; }
span { border-color: rgb(28,101,0); }
td.TdClassName
{
border-color: #1C6500;
}
.TagClassName
{
border-color: #1C6500;
}
</style>