Shades of Forest Green #17701A
Tints of Forest Green #17701A
RGB
CMYK
RGB Variations
Color information
#17701A (or 0x17701A) is known color: Forest Green. HEX triplet: 17, 70 and 1A. RGB value is (23,112,26). Sum of RGB (Red+Green+Blue) = 23+112+26=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #17701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17701A is #E88FE5. Grayscale: #4B4B4B. Windows color (decimal): -15241190 or 1732631. OLE color: 1732631.
HSL color Cylindrical-coordinate representation of color #17701A: hue angle of 122.02º 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 #17701A is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 112 | 26 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.56 |
| HSL | 122.02º | 0.66% | 0.26% | - |
| HSV(B) | 122.02º | 0.79% | 0.44% | - |
| XYZ | 6.33 | 11.85 | 2.93 | - |
| YUV | 75.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 26 | 0.79 | 0 | 0.77 | 0.56 | 122.02 | 0.66 | 0.26 |
| Hex | 17 | 70 | 1A | 4F | 0 | 4D | 38 | 7A | 42 | 1A |
| Octal | 27 | 160 | 32 | 117 | 0 | 115 | 70 | 172 | 102 | 32 |
| Binary | 10111 | 1110000 | 11010 | 1001111 | 0 | 1001101 | 111000 | 1111010 | 1000010 | 11010 |
Color Harmonies of #17701A
Complementary color
Monochromatic Colors of #17701A
Black with #17701A
Text Example
Text Example
White with #17701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17701A; }
p { color: rgb(23,112,26); }
H1.HeaderClassName
{
color: #17701A;
}
.AnyTagClassName
{
color: #17701A;
}
</style>
background-color css
<style>
a { background-color: #17701A; }
a { background-color: rgb(23,112,26); }
div.DivClassName
{
background-color: #17701A;
}
.BgClassName
{
background-color: #17701A;
}
</style>
border-color css
<style>
span { border-color: #17701A; }
span { border-color: rgb(23,112,26); }
td.TdClassName
{
border-color: #17701A;
}
.TagClassName
{
border-color: #17701A;
}
</style>