Shades of Forest Green #1C830C
Tints of Forest Green #1C830C
RGB
CMYK
RGB Variations
Color information
#1C830C (or 0x1C830C) is known color: Forest Green. HEX triplet: 1C, 83 and 0C. RGB value is (28,131,12). Sum of RGB (Red+Green+Blue) = 28+131+12=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 131 (51.56% from 255 or 76.61% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 131 - color contains mainly: green. Hex color #1C830C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C830C is #E37CF3. Grayscale: #575757. Windows color (decimal): -14908660 or 819996. OLE color: 819996.
HSL color Cylindrical-coordinate representation of color #1C830C: hue angle of 111.93º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C830C is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 131 | 12 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.49 |
| HSL | 111.93º | 0.83% | 0.28% | - |
| HSV(B) | 111.93º | 0.91% | 0.51% | - |
| XYZ | 8.66 | 16.51 | 3.08 | - |
| YUV | 86.64 | 85.88 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 131 | 12 | 0.79 | 0 | 0.91 | 0.49 | 111.93 | 0.83 | 0.28 |
| Hex | 1C | 83 | C | 4F | 0 | 5B | 31 | 70 | 53 | 1C |
| Octal | 34 | 203 | 14 | 117 | 0 | 133 | 61 | 160 | 123 | 34 |
| Binary | 11100 | 10000011 | 1100 | 1001111 | 0 | 1011011 | 110001 | 1110000 | 1010011 | 11100 |
Color Harmonies of #1C830C
Complementary color
Monochromatic Colors of #1C830C
Black with #1C830C
Text Example
Text Example
White with #1C830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C830C; }
p { color: rgb(28,131,12); }
H1.HeaderClassName
{
color: #1C830C;
}
.AnyTagClassName
{
color: #1C830C;
}
</style>
background-color css
<style>
a { background-color: #1C830C; }
a { background-color: rgb(28,131,12); }
div.DivClassName
{
background-color: #1C830C;
}
.BgClassName
{
background-color: #1C830C;
}
</style>
border-color css
<style>
span { border-color: #1C830C; }
span { border-color: rgb(28,131,12); }
td.TdClassName
{
border-color: #1C830C;
}
.TagClassName
{
border-color: #1C830C;
}
</style>