Shades of Forest Green #17961C
Tints of Forest Green #17961C
RGB
CMYK
RGB Variations
Color information
#17961C (or 0x17961C) is known color: Forest Green. HEX triplet: 17, 96 and 1C. RGB value is (23,150,28). Sum of RGB (Red+Green+Blue) = 23+150+28=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #17961C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17961C is #E869E3. Grayscale: #626262. Windows color (decimal): -15231460 or 1873431. OLE color: 1873431.
HSL color Cylindrical-coordinate representation of color #17961C: hue angle of 122.36º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17961C is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 150 | 28 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.41 |
| HSL | 122.36º | 0.73% | 0.34% | - |
| HSV(B) | 122.36º | 0.85% | 0.59% | - |
| XYZ | 11.47 | 22.08 | 4.76 | - |
| YUV | 98.12 | 88.42 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 28 | 0.85 | 0 | 0.81 | 0.41 | 122.36 | 0.73 | 0.34 |
| Hex | 17 | 96 | 1C | 55 | 0 | 51 | 29 | 7A | 49 | 22 |
| Octal | 27 | 226 | 34 | 125 | 0 | 121 | 51 | 172 | 111 | 42 |
| Binary | 10111 | 10010110 | 11100 | 1010101 | 0 | 1010001 | 101001 | 1111010 | 1001001 | 100010 |
Color Harmonies of #17961C
Complementary color
Monochromatic Colors of #17961C
Black with #17961C
Text Example
Text Example
White with #17961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17961C; }
p { color: rgb(23,150,28); }
H1.HeaderClassName
{
color: #17961C;
}
.AnyTagClassName
{
color: #17961C;
}
</style>
background-color css
<style>
a { background-color: #17961C; }
a { background-color: rgb(23,150,28); }
div.DivClassName
{
background-color: #17961C;
}
.BgClassName
{
background-color: #17961C;
}
</style>
border-color css
<style>
span { border-color: #17961C; }
span { border-color: rgb(23,150,28); }
td.TdClassName
{
border-color: #17961C;
}
.TagClassName
{
border-color: #17961C;
}
</style>