Shades of Forest Green #2D9317
Tints of Forest Green #2D9317
RGB
CMYK
RGB Variations
Color information
#2D9317 (or 0x2D9317) is known color: Forest Green. HEX triplet: 2D, 93 and 17. RGB value is (45,147,23). Sum of RGB (Red+Green+Blue) = 45+147+23=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9317 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9317 is #D26CE8. Grayscale: #666666. Windows color (decimal): -13790441 or 1545005. OLE color: 1545005.
HSL color Cylindrical-coordinate representation of color #2D9317: hue angle of 109.35º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D9317 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 23 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.42 |
| HSL | 109.35º | 0.73% | 0.33% | - |
| HSV(B) | 109.35º | 0.84% | 0.58% | - |
| XYZ | 11.67 | 21.49 | 4.34 | - |
| YUV | 102.37 | 83.21 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 23 | 0.69 | 0 | 0.84 | 0.42 | 109.35 | 0.73 | 0.33 |
| Hex | 2D | 93 | 17 | 45 | 0 | 54 | 2A | 6D | 49 | 21 |
| Octal | 55 | 223 | 27 | 105 | 0 | 124 | 52 | 155 | 111 | 41 |
| Binary | 101101 | 10010011 | 10111 | 1000101 | 0 | 1010100 | 101010 | 1101101 | 1001001 | 100001 |
Color Harmonies of #2D9317
Complementary color
Monochromatic Colors of #2D9317
Black with #2D9317
Text Example
Text Example
White with #2D9317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9317; }
p { color: rgb(45,147,23); }
H1.HeaderClassName
{
color: #2D9317;
}
.AnyTagClassName
{
color: #2D9317;
}
</style>
background-color css
<style>
a { background-color: #2D9317; }
a { background-color: rgb(45,147,23); }
div.DivClassName
{
background-color: #2D9317;
}
.BgClassName
{
background-color: #2D9317;
}
</style>
border-color css
<style>
span { border-color: #2D9317; }
span { border-color: rgb(45,147,23); }
td.TdClassName
{
border-color: #2D9317;
}
.TagClassName
{
border-color: #2D9317;
}
</style>