Shades of Forest Green #17942D
Tints of Forest Green #17942D
RGB
CMYK
RGB Variations
Color information
#17942D (or 0x17942D) is known color: Forest Green. HEX triplet: 17, 94 and 2D. RGB value is (23,148,45). Sum of RGB (Red+Green+Blue) = 23+148+45=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #17942D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17942D is #E86BD2. Grayscale: #636363. Windows color (decimal): -15231955 or 2987031. OLE color: 2987031.
HSL color Cylindrical-coordinate representation of color #17942D: hue angle of 130.56º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17942D is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 148 | 45 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.42 |
| HSL | 130.56º | 0.73% | 0.34% | - |
| HSV(B) | 130.56º | 0.84% | 0.58% | - |
| XYZ | 11.42 | 21.55 | 6.04 | - |
| YUV | 98.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 45 | 0.84 | 0 | 0.70 | 0.42 | 130.56 | 0.73 | 0.34 |
| Hex | 17 | 94 | 2D | 54 | 0 | 46 | 2A | 83 | 49 | 22 |
| Octal | 27 | 224 | 55 | 124 | 0 | 106 | 52 | 203 | 111 | 42 |
| Binary | 10111 | 10010100 | 101101 | 1010100 | 0 | 1000110 | 101010 | 10000011 | 1001001 | 100010 |
Color Harmonies of #17942D
Complementary color
Monochromatic Colors of #17942D
Black with #17942D
Text Example
Text Example
White with #17942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17942D; }
p { color: rgb(23,148,45); }
H1.HeaderClassName
{
color: #17942D;
}
.AnyTagClassName
{
color: #17942D;
}
</style>
background-color css
<style>
a { background-color: #17942D; }
a { background-color: rgb(23,148,45); }
div.DivClassName
{
background-color: #17942D;
}
.BgClassName
{
background-color: #17942D;
}
</style>
border-color css
<style>
span { border-color: #17942D; }
span { border-color: rgb(23,148,45); }
td.TdClassName
{
border-color: #17942D;
}
.TagClassName
{
border-color: #17942D;
}
</style>