Shades of Green #1C6805
Tints of Green #1C6805
RGB
CMYK
RGB Variations
Color information
#1C6805 (or 0x1C6805) is known color: Green. HEX triplet: 1C, 68 and 05. RGB value is (28,104,5). Sum of RGB (Red+Green+Blue) = 28+104+5=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 104 (41.02% from 255 or 75.91% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 104 - color contains mainly: green. Hex color #1C6805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6805 is #E397FA. Grayscale: #464646. Windows color (decimal): -14915579 or 354332. OLE color: 354332.
HSL color Cylindrical-coordinate representation of color #1C6805: hue angle of 106.06º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C6805 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 104 | 5 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.59 |
| HSL | 106.06º | 0.91% | 0.21% | - |
| HSV(B) | 106.06º | 0.95% | 0.41% | - |
| XYZ | 5.46 | 10.16 | 1.82 | - |
| YUV | 69.99 | 91.32 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 5 | 0.73 | 0 | 0.95 | 0.59 | 106.06 | 0.91 | 0.21 |
| Hex | 1C | 68 | 5 | 49 | 0 | 5F | 3B | 6A | 5B | 15 |
| Octal | 34 | 150 | 5 | 111 | 0 | 137 | 73 | 152 | 133 | 25 |
| Binary | 11100 | 1101000 | 101 | 1001001 | 0 | 1011111 | 111011 | 1101010 | 1011011 | 10101 |
Color Harmonies of #1C6805
Complementary color
Monochromatic Colors of #1C6805
Black with #1C6805
Text Example
Text Example
White with #1C6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6805; }
p { color: rgb(28,104,5); }
H1.HeaderClassName
{
color: #1C6805;
}
.AnyTagClassName
{
color: #1C6805;
}
</style>
background-color css
<style>
a { background-color: #1C6805; }
a { background-color: rgb(28,104,5); }
div.DivClassName
{
background-color: #1C6805;
}
.BgClassName
{
background-color: #1C6805;
}
</style>
border-color css
<style>
span { border-color: #1C6805; }
span { border-color: rgb(28,104,5); }
td.TdClassName
{
border-color: #1C6805;
}
.TagClassName
{
border-color: #1C6805;
}
</style>