Shades of Green #1C6C05
Tints of Green #1C6C05
RGB
CMYK
RGB Variations
Color information
#1C6C05 (or 0x1C6C05) is known color: Green. HEX triplet: 1C, 6C and 05. RGB value is (28,108,5). Sum of RGB (Red+Green+Blue) = 28+108+5=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 108 (42.58% from 255 or 76.60% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6C05 is #E393FA. Grayscale: #484848. Windows color (decimal): -14914555 or 355356. OLE color: 355356.
HSL color Cylindrical-coordinate representation of color #1C6C05: hue angle of 106.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C6C05 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 108 | 5 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.58 |
| HSL | 106.6º | 0.91% | 0.22% | - |
| HSV(B) | 106.6º | 0.95% | 0.42% | - |
| XYZ | 5.87 | 10.98 | 1.95 | - |
| YUV | 72.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 5 | 0.74 | 0 | 0.95 | 0.58 | 106.6 | 0.91 | 0.22 |
| Hex | 1C | 6C | 5 | 4A | 0 | 5F | 3A | 6B | 5B | 16 |
| Octal | 34 | 154 | 5 | 112 | 0 | 137 | 72 | 153 | 133 | 26 |
| Binary | 11100 | 1101100 | 101 | 1001010 | 0 | 1011111 | 111010 | 1101011 | 1011011 | 10110 |
Color Harmonies of #1C6C05
Complementary color
Monochromatic Colors of #1C6C05
Black with #1C6C05
Text Example
Text Example
White with #1C6C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6C05; }
p { color: rgb(28,108,5); }
H1.HeaderClassName
{
color: #1C6C05;
}
.AnyTagClassName
{
color: #1C6C05;
}
</style>
background-color css
<style>
a { background-color: #1C6C05; }
a { background-color: rgb(28,108,5); }
div.DivClassName
{
background-color: #1C6C05;
}
.BgClassName
{
background-color: #1C6C05;
}
</style>
border-color css
<style>
span { border-color: #1C6C05; }
span { border-color: rgb(28,108,5); }
td.TdClassName
{
border-color: #1C6C05;
}
.TagClassName
{
border-color: #1C6C05;
}
</style>