Shades of Forest Green #10941C
Tints of Forest Green #10941C
RGB
CMYK
RGB Variations
Color information
#10941C (or 0x10941C) is known color: Forest Green. HEX triplet: 10, 94 and 1C. RGB value is (16,148,28). Sum of RGB (Red+Green+Blue) = 16+148+28=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 148 (58.20% from 255 or 77.08% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 148 - color contains mainly: green. Hex color #10941C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10941C is #EF6BE3. Grayscale: #5F5F5F. Windows color (decimal): -15690724 or 1872912. OLE color: 1872912.
HSL color Cylindrical-coordinate representation of color #10941C: hue angle of 125.45º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10941C is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 148 | 28 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.42 |
| HSL | 125.45º | 0.8% | 0.32% | - |
| HSV(B) | 125.45º | 0.89% | 0.58% | - |
| XYZ | 11.01 | 21.37 | 4.64 | - |
| YUV | 94.85 | 90.27 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 28 | 0.89 | 0 | 0.81 | 0.42 | 125.45 | 0.8 | 0.32 |
| Hex | 10 | 94 | 1C | 59 | 0 | 51 | 2A | 7D | 50 | 20 |
| Octal | 20 | 224 | 34 | 131 | 0 | 121 | 52 | 175 | 120 | 40 |
| Binary | 10000 | 10010100 | 11100 | 1011001 | 0 | 1010001 | 101010 | 1111101 | 1010000 | 100000 |
Color Harmonies of #10941C
Complementary color
Monochromatic Colors of #10941C
Black with #10941C
Text Example
Text Example
White with #10941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10941C; }
p { color: rgb(16,148,28); }
H1.HeaderClassName
{
color: #10941C;
}
.AnyTagClassName
{
color: #10941C;
}
</style>
background-color css
<style>
a { background-color: #10941C; }
a { background-color: rgb(16,148,28); }
div.DivClassName
{
background-color: #10941C;
}
.BgClassName
{
background-color: #10941C;
}
</style>
border-color css
<style>
span { border-color: #10941C; }
span { border-color: rgb(16,148,28); }
td.TdClassName
{
border-color: #10941C;
}
.TagClassName
{
border-color: #10941C;
}
</style>