Shades of Forest Green #117A1D
Tints of Forest Green #117A1D
RGB
CMYK
RGB Variations
Color information
#117A1D (or 0x117A1D) is known color: Forest Green. HEX triplet: 11, 7A and 1D. RGB value is (17,122,29). Sum of RGB (Red+Green+Blue) = 17+122+29=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 122 (48.05% from 255 or 72.62% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 122 - color contains mainly: green. Hex color #117A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117A1D is #EE85E2. Grayscale: #505050. Windows color (decimal): -15631843 or 1931793. OLE color: 1931793.
HSL color Cylindrical-coordinate representation of color #117A1D: hue angle of 126.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A1D is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 29 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.52 |
| HSL | 126.86º | 0.76% | 0.27% | - |
| HSV(B) | 126.86º | 0.86% | 0.48% | - |
| XYZ | 7.41 | 14.13 | 3.5 | - |
| YUV | 80 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 29 | 0.86 | 0 | 0.76 | 0.52 | 126.86 | 0.76 | 0.27 |
| Hex | 11 | 7A | 1D | 56 | 0 | 4C | 34 | 7F | 4C | 1B |
| Octal | 21 | 172 | 35 | 126 | 0 | 114 | 64 | 177 | 114 | 33 |
| Binary | 10001 | 1111010 | 11101 | 1010110 | 0 | 1001100 | 110100 | 1111111 | 1001100 | 11011 |
Color Harmonies of #117A1D
Complementary color
Monochromatic Colors of #117A1D
Black with #117A1D
Text Example
Text Example
White with #117A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A1D; }
p { color: rgb(17,122,29); }
H1.HeaderClassName
{
color: #117A1D;
}
.AnyTagClassName
{
color: #117A1D;
}
</style>
background-color css
<style>
a { background-color: #117A1D; }
a { background-color: rgb(17,122,29); }
div.DivClassName
{
background-color: #117A1D;
}
.BgClassName
{
background-color: #117A1D;
}
</style>
border-color css
<style>
span { border-color: #117A1D; }
span { border-color: rgb(17,122,29); }
td.TdClassName
{
border-color: #117A1D;
}
.TagClassName
{
border-color: #117A1D;
}
</style>