Shades of Forest Green #1C9407
Tints of Forest Green #1C9407
RGB
CMYK
RGB Variations
Color information
#1C9407 (or 0x1C9407) is known color: Forest Green. HEX triplet: 1C, 94 and 07. RGB value is (28,148,7). Sum of RGB (Red+Green+Blue) = 28+148+7=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 148 (58.20% from 255 or 80.87% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9407 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9407 is #E36BF8. Grayscale: #606060. Windows color (decimal): -14904313 or 496668. OLE color: 496668.
HSL color Cylindrical-coordinate representation of color #1C9407: hue angle of 111.06º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C9407 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 7 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.42 |
| HSL | 111.06º | 0.91% | 0.3% | - |
| HSV(B) | 111.06º | 0.95% | 0.58% | - |
| XYZ | 11.11 | 21.44 | 3.75 | - |
| YUV | 96.05 | 77.74 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 7 | 0.81 | 0 | 0.95 | 0.42 | 111.06 | 0.91 | 0.3 |
| Hex | 1C | 94 | 7 | 51 | 0 | 5F | 2A | 6F | 5B | 1E |
| Octal | 34 | 224 | 7 | 121 | 0 | 137 | 52 | 157 | 133 | 36 |
| Binary | 11100 | 10010100 | 111 | 1010001 | 0 | 1011111 | 101010 | 1101111 | 1011011 | 11110 |
Color Harmonies of #1C9407
Complementary color
Monochromatic Colors of #1C9407
Black with #1C9407
Text Example
Text Example
White with #1C9407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9407; }
p { color: rgb(28,148,7); }
H1.HeaderClassName
{
color: #1C9407;
}
.AnyTagClassName
{
color: #1C9407;
}
</style>
background-color css
<style>
a { background-color: #1C9407; }
a { background-color: rgb(28,148,7); }
div.DivClassName
{
background-color: #1C9407;
}
.BgClassName
{
background-color: #1C9407;
}
</style>
border-color css
<style>
span { border-color: #1C9407; }
span { border-color: rgb(28,148,7); }
td.TdClassName
{
border-color: #1C9407;
}
.TagClassName
{
border-color: #1C9407;
}
</style>