Shades of Forest Green #10931D
Tints of Forest Green #10931D
RGB
CMYK
RGB Variations
Color information
#10931D (or 0x10931D) is known color: Forest Green. HEX triplet: 10, 93 and 1D. RGB value is (16,147,29). Sum of RGB (Red+Green+Blue) = 16+147+29=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 147 (57.81% from 255 or 76.56% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 147 - color contains mainly: green. Hex color #10931D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10931D is #EF6CE2. Grayscale: #5E5E5E. Windows color (decimal): -15690979 or 1938192. OLE color: 1938192.
HSL color Cylindrical-coordinate representation of color #10931D: hue angle of 125.95º 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 #10931D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 29 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.42 |
| HSL | 125.95º | 0.8% | 0.32% | - |
| HSV(B) | 125.95º | 0.89% | 0.58% | - |
| XYZ | 10.87 | 21.07 | 4.66 | - |
| YUV | 94.38 | 91.1 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 29 | 0.89 | 0 | 0.80 | 0.42 | 125.95 | 0.8 | 0.32 |
| Hex | 10 | 93 | 1D | 59 | 0 | 50 | 2A | 7E | 50 | 20 |
| Octal | 20 | 223 | 35 | 131 | 0 | 120 | 52 | 176 | 120 | 40 |
| Binary | 10000 | 10010011 | 11101 | 1011001 | 0 | 1010000 | 101010 | 1111110 | 1010000 | 100000 |
Color Harmonies of #10931D
Complementary color
Monochromatic Colors of #10931D
Black with #10931D
Text Example
Text Example
White with #10931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10931D; }
p { color: rgb(16,147,29); }
H1.HeaderClassName
{
color: #10931D;
}
.AnyTagClassName
{
color: #10931D;
}
</style>
background-color css
<style>
a { background-color: #10931D; }
a { background-color: rgb(16,147,29); }
div.DivClassName
{
background-color: #10931D;
}
.BgClassName
{
background-color: #10931D;
}
</style>
border-color css
<style>
span { border-color: #10931D; }
span { border-color: rgb(16,147,29); }
td.TdClassName
{
border-color: #10931D;
}
.TagClassName
{
border-color: #10931D;
}
</style>