Shades of Green #1C6907
Tints of Green #1C6907
RGB
CMYK
RGB Variations
Color information
#1C6907 (or 0x1C6907) is known color: Green. HEX triplet: 1C, 69 and 07. RGB value is (28,105,7). Sum of RGB (Red+Green+Blue) = 28+105+7=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 105 (41.41% from 255 or 75% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 105 - color contains mainly: green. Hex color #1C6907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6907 is #E396F8. Grayscale: #474747. Windows color (decimal): -14915321 or 485660. OLE color: 485660.
HSL color Cylindrical-coordinate representation of color #1C6907: hue angle of 107.14º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C6907 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 105 | 7 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.59 |
| HSL | 107.14º | 0.88% | 0.22% | - |
| HSV(B) | 107.14º | 0.93% | 0.41% | - |
| XYZ | 5.57 | 10.37 | 1.91 | - |
| YUV | 70.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 105 | 7 | 0.73 | 0 | 0.93 | 0.59 | 107.14 | 0.88 | 0.22 |
| Hex | 1C | 69 | 7 | 49 | 0 | 5D | 3B | 6B | 58 | 16 |
| Octal | 34 | 151 | 7 | 111 | 0 | 135 | 73 | 153 | 130 | 26 |
| Binary | 11100 | 1101001 | 111 | 1001001 | 0 | 1011101 | 111011 | 1101011 | 1011000 | 10110 |
Color Harmonies of #1C6907
Complementary color
Monochromatic Colors of #1C6907
Black with #1C6907
Text Example
Text Example
White with #1C6907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6907; }
p { color: rgb(28,105,7); }
H1.HeaderClassName
{
color: #1C6907;
}
.AnyTagClassName
{
color: #1C6907;
}
</style>
background-color css
<style>
a { background-color: #1C6907; }
a { background-color: rgb(28,105,7); }
div.DivClassName
{
background-color: #1C6907;
}
.BgClassName
{
background-color: #1C6907;
}
</style>
border-color css
<style>
span { border-color: #1C6907; }
span { border-color: rgb(28,105,7); }
td.TdClassName
{
border-color: #1C6907;
}
.TagClassName
{
border-color: #1C6907;
}
</style>