Shades of Forest Green #117D1B
Tints of Forest Green #117D1B
RGB
CMYK
RGB Variations
Color information
#117D1B (or 0x117D1B) is known color: Forest Green. HEX triplet: 11, 7D and 1B. RGB value is (17,125,27). Sum of RGB (Red+Green+Blue) = 17+125+27=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 125 (49.22% from 255 or 73.96% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 125 - color contains mainly: green. Hex color #117D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D1B is #EE82E4. Grayscale: #515151. Windows color (decimal): -15631077 or 1801489. OLE color: 1801489.
HSL color Cylindrical-coordinate representation of color #117D1B: hue angle of 125.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D1B is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 27 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.51 |
| HSL | 125.56º | 0.76% | 0.28% | - |
| HSV(B) | 125.56º | 0.86% | 0.49% | - |
| XYZ | 7.76 | 14.87 | 3.5 | - |
| YUV | 81.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 27 | 0.86 | 0 | 0.78 | 0.51 | 125.56 | 0.76 | 0.28 |
| Hex | 11 | 7D | 1B | 56 | 0 | 4E | 33 | 7E | 4C | 1C |
| Octal | 21 | 175 | 33 | 126 | 0 | 116 | 63 | 176 | 114 | 34 |
| Binary | 10001 | 1111101 | 11011 | 1010110 | 0 | 1001110 | 110011 | 1111110 | 1001100 | 11100 |
Color Harmonies of #117D1B
Complementary color
Monochromatic Colors of #117D1B
Black with #117D1B
Text Example
Text Example
White with #117D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D1B; }
p { color: rgb(17,125,27); }
H1.HeaderClassName
{
color: #117D1B;
}
.AnyTagClassName
{
color: #117D1B;
}
</style>
background-color css
<style>
a { background-color: #117D1B; }
a { background-color: rgb(17,125,27); }
div.DivClassName
{
background-color: #117D1B;
}
.BgClassName
{
background-color: #117D1B;
}
</style>
border-color css
<style>
span { border-color: #117D1B; }
span { border-color: rgb(17,125,27); }
td.TdClassName
{
border-color: #117D1B;
}
.TagClassName
{
border-color: #117D1B;
}
</style>