Shades of Forest Green #2D8423
Tints of Forest Green #2D8423
RGB
CMYK
RGB Variations
Color information
#2D8423 (or 0x2D8423) is known color: Forest Green. HEX triplet: 2D, 84 and 23. RGB value is (45,132,35). Sum of RGB (Red+Green+Blue) = 45+132+35=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8423 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8423 is #D27BDC. Grayscale: #5F5F5F. Windows color (decimal): -13794269 or 2327597. OLE color: 2327597.
HSL color Cylindrical-coordinate representation of color #2D8423: hue angle of 113.81º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D8423 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 35 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.48 |
| HSL | 113.81º | 0.58% | 0.33% | - |
| HSV(B) | 113.81º | 0.73% | 0.52% | - |
| XYZ | 9.64 | 17.18 | 4.4 | - |
| YUV | 94.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 35 | 0.66 | 0 | 0.73 | 0.48 | 113.81 | 0.58 | 0.33 |
| Hex | 2D | 84 | 23 | 42 | 0 | 49 | 30 | 72 | 3A | 21 |
| Octal | 55 | 204 | 43 | 102 | 0 | 111 | 60 | 162 | 72 | 41 |
| Binary | 101101 | 10000100 | 100011 | 1000010 | 0 | 1001001 | 110000 | 1110010 | 111010 | 100001 |
Color Harmonies of #2D8423
Complementary color
Monochromatic Colors of #2D8423
Black with #2D8423
Text Example
Text Example
White with #2D8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8423; }
p { color: rgb(45,132,35); }
H1.HeaderClassName
{
color: #2D8423;
}
.AnyTagClassName
{
color: #2D8423;
}
</style>
background-color css
<style>
a { background-color: #2D8423; }
a { background-color: rgb(45,132,35); }
div.DivClassName
{
background-color: #2D8423;
}
.BgClassName
{
background-color: #2D8423;
}
</style>
border-color css
<style>
span { border-color: #2D8423; }
span { border-color: rgb(45,132,35); }
td.TdClassName
{
border-color: #2D8423;
}
.TagClassName
{
border-color: #2D8423;
}
</style>