Shades of Forest Green #10741E
Tints of Forest Green #10741E
RGB
CMYK
RGB Variations
Color information
#10741E (or 0x10741E) is known color: Forest Green. HEX triplet: 10, 74 and 1E. RGB value is (16,116,30). Sum of RGB (Red+Green+Blue) = 16+116+30=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #10741E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10741E is #EF8BE1. Grayscale: #4C4C4C. Windows color (decimal): -15698914 or 1995792. OLE color: 1995792.
HSL color Cylindrical-coordinate representation of color #10741E: hue angle of 128.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10741E is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 30 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.55 |
| HSL | 128.4º | 0.76% | 0.26% | - |
| HSV(B) | 128.4º | 0.86% | 0.45% | - |
| XYZ | 6.69 | 12.69 | 3.33 | - |
| YUV | 76.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 30 | 0.86 | 0 | 0.74 | 0.55 | 128.4 | 0.76 | 0.26 |
| Hex | 10 | 74 | 1E | 56 | 0 | 4A | 37 | 80 | 4C | 1A |
| Octal | 20 | 164 | 36 | 126 | 0 | 112 | 67 | 200 | 114 | 32 |
| Binary | 10000 | 1110100 | 11110 | 1010110 | 0 | 1001010 | 110111 | 10000000 | 1001100 | 11010 |
Color Harmonies of #10741E
Complementary color
Monochromatic Colors of #10741E
Black with #10741E
Text Example
Text Example
White with #10741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10741E; }
p { color: rgb(16,116,30); }
H1.HeaderClassName
{
color: #10741E;
}
.AnyTagClassName
{
color: #10741E;
}
</style>
background-color css
<style>
a { background-color: #10741E; }
a { background-color: rgb(16,116,30); }
div.DivClassName
{
background-color: #10741E;
}
.BgClassName
{
background-color: #10741E;
}
</style>
border-color css
<style>
span { border-color: #10741E; }
span { border-color: rgb(16,116,30); }
td.TdClassName
{
border-color: #10741E;
}
.TagClassName
{
border-color: #10741E;
}
</style>