Shades of Forest Green #17982D
Tints of Forest Green #17982D
RGB
CMYK
RGB Variations
Color information
#17982D (or 0x17982D) is known color: Forest Green. HEX triplet: 17, 98 and 2D. RGB value is (23,152,45). Sum of RGB (Red+Green+Blue) = 23+152+45=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 152 (59.77% from 255 or 69.09% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 152 - color contains mainly: green. Hex color #17982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17982D is #E867D2. Grayscale: #656565. Windows color (decimal): -15230931 or 2988055. OLE color: 2988055.
HSL color Cylindrical-coordinate representation of color #17982D: hue angle of 130.23º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17982D is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 152 | 45 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.40 |
| HSL | 130.23º | 0.74% | 0.34% | - |
| HSV(B) | 130.23º | 0.85% | 0.6% | - |
| XYZ | 12.06 | 22.83 | 6.25 | - |
| YUV | 101.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 45 | 0.85 | 0 | 0.70 | 0.40 | 130.23 | 0.74 | 0.34 |
| Hex | 17 | 98 | 2D | 55 | 0 | 46 | 28 | 82 | 4A | 22 |
| Octal | 27 | 230 | 55 | 125 | 0 | 106 | 50 | 202 | 112 | 42 |
| Binary | 10111 | 10011000 | 101101 | 1010101 | 0 | 1000110 | 101000 | 10000010 | 1001010 | 100010 |
Color Harmonies of #17982D
Complementary color
Monochromatic Colors of #17982D
Black with #17982D
Text Example
Text Example
White with #17982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17982D; }
p { color: rgb(23,152,45); }
H1.HeaderClassName
{
color: #17982D;
}
.AnyTagClassName
{
color: #17982D;
}
</style>
background-color css
<style>
a { background-color: #17982D; }
a { background-color: rgb(23,152,45); }
div.DivClassName
{
background-color: #17982D;
}
.BgClassName
{
background-color: #17982D;
}
</style>
border-color css
<style>
span { border-color: #17982D; }
span { border-color: rgb(23,152,45); }
td.TdClassName
{
border-color: #17982D;
}
.TagClassName
{
border-color: #17982D;
}
</style>