Shades of Forest Green #17701B
Tints of Forest Green #17701B
RGB
CMYK
RGB Variations
Color information
#17701B (or 0x17701B) is known color: Forest Green. HEX triplet: 17, 70 and 1B. RGB value is (23,112,27). Sum of RGB (Red+Green+Blue) = 23+112+27=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #17701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17701B is #E88FE4. Grayscale: #4B4B4B. Windows color (decimal): -15241189 or 1798167. OLE color: 1798167.
HSL color Cylindrical-coordinate representation of color #17701B: hue angle of 122.7º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17701B is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 112 | 27 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.56 |
| HSL | 122.7º | 0.66% | 0.26% | - |
| HSV(B) | 122.7º | 0.79% | 0.44% | - |
| XYZ | 6.35 | 11.85 | 2.99 | - |
| YUV | 75.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 27 | 0.79 | 0 | 0.76 | 0.56 | 122.7 | 0.66 | 0.26 |
| Hex | 17 | 70 | 1B | 4F | 0 | 4C | 38 | 7B | 42 | 1A |
| Octal | 27 | 160 | 33 | 117 | 0 | 114 | 70 | 173 | 102 | 32 |
| Binary | 10111 | 1110000 | 11011 | 1001111 | 0 | 1001100 | 111000 | 1111011 | 1000010 | 11010 |
Color Harmonies of #17701B
Complementary color
Monochromatic Colors of #17701B
Black with #17701B
Text Example
Text Example
White with #17701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17701B; }
p { color: rgb(23,112,27); }
H1.HeaderClassName
{
color: #17701B;
}
.AnyTagClassName
{
color: #17701B;
}
</style>
background-color css
<style>
a { background-color: #17701B; }
a { background-color: rgb(23,112,27); }
div.DivClassName
{
background-color: #17701B;
}
.BgClassName
{
background-color: #17701B;
}
</style>
border-color css
<style>
span { border-color: #17701B; }
span { border-color: rgb(23,112,27); }
td.TdClassName
{
border-color: #17701B;
}
.TagClassName
{
border-color: #17701B;
}
</style>