Shades of Green #1C7A07
Tints of Green #1C7A07
RGB
CMYK
RGB Variations
Color information
#1C7A07 (or 0x1C7A07) is known color: Green. HEX triplet: 1C, 7A and 07. RGB value is (28,122,7). Sum of RGB (Red+Green+Blue) = 28+122+7=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7A07 is #E385F8. Grayscale: #515151. Windows color (decimal): -14910969 or 490012. OLE color: 490012.
HSL color Cylindrical-coordinate representation of color #1C7A07: hue angle of 109.04º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C7A07 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 122 | 7 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.52 |
| HSL | 109.04º | 0.89% | 0.25% | - |
| HSV(B) | 109.04º | 0.94% | 0.48% | - |
| XYZ | 7.48 | 14.18 | 2.54 | - |
| YUV | 80.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 122 | 7 | 0.77 | 0 | 0.94 | 0.52 | 109.04 | 0.89 | 0.25 |
| Hex | 1C | 7A | 7 | 4D | 0 | 5E | 34 | 6D | 59 | 19 |
| Octal | 34 | 172 | 7 | 115 | 0 | 136 | 64 | 155 | 131 | 31 |
| Binary | 11100 | 1111010 | 111 | 1001101 | 0 | 1011110 | 110100 | 1101101 | 1011001 | 11001 |
Color Harmonies of #1C7A07
Complementary color
Monochromatic Colors of #1C7A07
Black with #1C7A07
Text Example
Text Example
White with #1C7A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7A07; }
p { color: rgb(28,122,7); }
H1.HeaderClassName
{
color: #1C7A07;
}
.AnyTagClassName
{
color: #1C7A07;
}
</style>
background-color css
<style>
a { background-color: #1C7A07; }
a { background-color: rgb(28,122,7); }
div.DivClassName
{
background-color: #1C7A07;
}
.BgClassName
{
background-color: #1C7A07;
}
</style>
border-color css
<style>
span { border-color: #1C7A07; }
span { border-color: rgb(28,122,7); }
td.TdClassName
{
border-color: #1C7A07;
}
.TagClassName
{
border-color: #1C7A07;
}
</style>