Shades of Forest Green #109C1C
Tints of Forest Green #109C1C
RGB
CMYK
RGB Variations
Color information
#109C1C (or 0x109C1C) is known color: Forest Green. HEX triplet: 10, 9C and 1C. RGB value is (16,156,28). Sum of RGB (Red+Green+Blue) = 16+156+28=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 156 (61.33% from 255 or 78% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 156 - color contains mainly: green. Hex color #109C1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109C1C is #EF63E3. Grayscale: #636363. Windows color (decimal): -15688676 or 1874960. OLE color: 1874960.
HSL color Cylindrical-coordinate representation of color #109C1C: hue angle of 125.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109C1C is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 156 | 28 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.39 |
| HSL | 125.14º | 0.81% | 0.34% | - |
| HSV(B) | 125.14º | 0.9% | 0.61% | - |
| XYZ | 12.31 | 23.97 | 5.08 | - |
| YUV | 99.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 28 | 0.90 | 0 | 0.82 | 0.39 | 125.14 | 0.81 | 0.34 |
| Hex | 10 | 9C | 1C | 5A | 0 | 52 | 27 | 7D | 51 | 22 |
| Octal | 20 | 234 | 34 | 132 | 0 | 122 | 47 | 175 | 121 | 42 |
| Binary | 10000 | 10011100 | 11100 | 1011010 | 0 | 1010010 | 100111 | 1111101 | 1010001 | 100010 |
Color Harmonies of #109C1C
Complementary color
Monochromatic Colors of #109C1C
Black with #109C1C
Text Example
Text Example
White with #109C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109C1C; }
p { color: rgb(16,156,28); }
H1.HeaderClassName
{
color: #109C1C;
}
.AnyTagClassName
{
color: #109C1C;
}
</style>
background-color css
<style>
a { background-color: #109C1C; }
a { background-color: rgb(16,156,28); }
div.DivClassName
{
background-color: #109C1C;
}
.BgClassName
{
background-color: #109C1C;
}
</style>
border-color css
<style>
span { border-color: #109C1C; }
span { border-color: rgb(16,156,28); }
td.TdClassName
{
border-color: #109C1C;
}
.TagClassName
{
border-color: #109C1C;
}
</style>