Shades of Forest Green #17952D
Tints of Forest Green #17952D
RGB
CMYK
RGB Variations
Color information
#17952D (or 0x17952D) is known color: Forest Green. HEX triplet: 17, 95 and 2D. RGB value is (23,149,45). Sum of RGB (Red+Green+Blue) = 23+149+45=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #17952D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17952D is #E86AD2. Grayscale: #636363. Windows color (decimal): -15231699 or 2987287. OLE color: 2987287.
HSL color Cylindrical-coordinate representation of color #17952D: hue angle of 130.48º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17952D is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 149 | 45 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.42 |
| HSL | 130.48º | 0.73% | 0.34% | - |
| HSV(B) | 130.48º | 0.85% | 0.58% | - |
| XYZ | 11.57 | 21.87 | 6.09 | - |
| YUV | 99.47 | 97.26 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 45 | 0.85 | 0 | 0.70 | 0.42 | 130.48 | 0.73 | 0.34 |
| Hex | 17 | 95 | 2D | 55 | 0 | 46 | 2A | 82 | 49 | 22 |
| Octal | 27 | 225 | 55 | 125 | 0 | 106 | 52 | 202 | 111 | 42 |
| Binary | 10111 | 10010101 | 101101 | 1010101 | 0 | 1000110 | 101010 | 10000010 | 1001001 | 100010 |
Color Harmonies of #17952D
Complementary color
Monochromatic Colors of #17952D
Black with #17952D
Text Example
Text Example
White with #17952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17952D; }
p { color: rgb(23,149,45); }
H1.HeaderClassName
{
color: #17952D;
}
.AnyTagClassName
{
color: #17952D;
}
</style>
background-color css
<style>
a { background-color: #17952D; }
a { background-color: rgb(23,149,45); }
div.DivClassName
{
background-color: #17952D;
}
.BgClassName
{
background-color: #17952D;
}
</style>
border-color css
<style>
span { border-color: #17952D; }
span { border-color: rgb(23,149,45); }
td.TdClassName
{
border-color: #17952D;
}
.TagClassName
{
border-color: #17952D;
}
</style>