Shades of Forest Green #17802D
Tints of Forest Green #17802D
RGB
CMYK
RGB Variations
Color information
#17802D (or 0x17802D) is known color: Forest Green. HEX triplet: 17, 80 and 2D. RGB value is (23,128,45). Sum of RGB (Red+Green+Blue) = 23+128+45=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 128 (50.39% from 255 or 65.31% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 128 - color contains mainly: green. Hex color #17802D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17802D is #E87FD2. Grayscale: #575757. Windows color (decimal): -15237075 or 2981911. OLE color: 2981911.
HSL color Cylindrical-coordinate representation of color #17802D: hue angle of 132.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17802D is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 128 | 45 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.50 |
| HSL | 132.57º | 0.7% | 0.3% | - |
| HSV(B) | 132.57º | 0.82% | 0.5% | - |
| XYZ | 8.55 | 15.81 | 5.08 | - |
| YUV | 87.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 45 | 0.82 | 0 | 0.65 | 0.50 | 132.57 | 0.7 | 0.3 |
| Hex | 17 | 80 | 2D | 52 | 0 | 41 | 32 | 85 | 46 | 1E |
| Octal | 27 | 200 | 55 | 122 | 0 | 101 | 62 | 205 | 106 | 36 |
| Binary | 10111 | 10000000 | 101101 | 1010010 | 0 | 1000001 | 110010 | 10000101 | 1000110 | 11110 |
Color Harmonies of #17802D
Complementary color
Monochromatic Colors of #17802D
Black with #17802D
Text Example
Text Example
White with #17802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17802D; }
p { color: rgb(23,128,45); }
H1.HeaderClassName
{
color: #17802D;
}
.AnyTagClassName
{
color: #17802D;
}
</style>
background-color css
<style>
a { background-color: #17802D; }
a { background-color: rgb(23,128,45); }
div.DivClassName
{
background-color: #17802D;
}
.BgClassName
{
background-color: #17802D;
}
</style>
border-color css
<style>
span { border-color: #17802D; }
span { border-color: rgb(23,128,45); }
td.TdClassName
{
border-color: #17802D;
}
.TagClassName
{
border-color: #17802D;
}
</style>