Shades of Green #1C6505
Tints of Green #1C6505
RGB
CMYK
RGB Variations
Color information
#1C6505 (or 0x1C6505) is known color: Green. HEX triplet: 1C, 65 and 05. RGB value is (28,101,5). Sum of RGB (Red+Green+Blue) = 28+101+5=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 101 (39.84% from 255 or 75.37% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 101 - color contains mainly: green. Hex color #1C6505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6505 is #E39AFA. Grayscale: #444444. Windows color (decimal): -14916347 or 353564. OLE color: 353564.
HSL color Cylindrical-coordinate representation of color #1C6505: hue angle of 105.62º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C6505 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 101 | 5 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.60 |
| HSL | 105.63º | 0.91% | 0.21% | - |
| HSV(B) | 105.63º | 0.95% | 0.4% | - |
| XYZ | 5.16 | 9.57 | 1.72 | - |
| YUV | 68.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 5 | 0.72 | 0 | 0.95 | 0.60 | 105.63 | 0.91 | 0.21 |
| Hex | 1C | 65 | 5 | 48 | 0 | 5F | 3C | 6A | 5B | 15 |
| Octal | 34 | 145 | 5 | 110 | 0 | 137 | 74 | 152 | 133 | 25 |
| Binary | 11100 | 1100101 | 101 | 1001000 | 0 | 1011111 | 111100 | 1101010 | 1011011 | 10101 |
Color Harmonies of #1C6505
Complementary color
Monochromatic Colors of #1C6505
Black with #1C6505
Text Example
Text Example
White with #1C6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6505; }
p { color: rgb(28,101,5); }
H1.HeaderClassName
{
color: #1C6505;
}
.AnyTagClassName
{
color: #1C6505;
}
</style>
background-color css
<style>
a { background-color: #1C6505; }
a { background-color: rgb(28,101,5); }
div.DivClassName
{
background-color: #1C6505;
}
.BgClassName
{
background-color: #1C6505;
}
</style>
border-color css
<style>
span { border-color: #1C6505; }
span { border-color: rgb(28,101,5); }
td.TdClassName
{
border-color: #1C6505;
}
.TagClassName
{
border-color: #1C6505;
}
</style>