Shades of Forest Green #2D9432
Tints of Forest Green #2D9432
RGB
CMYK
RGB Variations
Color information
#2D9432 (or 0x2D9432) is known color: Forest Green. HEX triplet: 2D, 94 and 32. RGB value is (45,148,50). Sum of RGB (Red+Green+Blue) = 45+148+50=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9432 is #D26BCD. Grayscale: #6A6A6A. Windows color (decimal): -13790158 or 3314733. OLE color: 3314733.
HSL color Cylindrical-coordinate representation of color #2D9432: hue angle of 122.91º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9432 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 50 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.42 |
| HSL | 122.91º | 0.53% | 0.38% | - |
| HSV(B) | 122.91º | 0.7% | 0.58% | - |
| XYZ | 12.25 | 21.97 | 6.61 | - |
| YUV | 106.03 | 96.38 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 50 | 0.70 | 0 | 0.66 | 0.42 | 122.91 | 0.53 | 0.38 |
| Hex | 2D | 94 | 32 | 46 | 0 | 42 | 2A | 7B | 35 | 26 |
| Octal | 55 | 224 | 62 | 106 | 0 | 102 | 52 | 173 | 65 | 46 |
| Binary | 101101 | 10010100 | 110010 | 1000110 | 0 | 1000010 | 101010 | 1111011 | 110101 | 100110 |
Color Harmonies of #2D9432
Complementary color
Monochromatic Colors of #2D9432
Black with #2D9432
Text Example
Text Example
White with #2D9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9432; }
p { color: rgb(45,148,50); }
H1.HeaderClassName
{
color: #2D9432;
}
.AnyTagClassName
{
color: #2D9432;
}
</style>
background-color css
<style>
a { background-color: #2D9432; }
a { background-color: rgb(45,148,50); }
div.DivClassName
{
background-color: #2D9432;
}
.BgClassName
{
background-color: #2D9432;
}
</style>
border-color css
<style>
span { border-color: #2D9432; }
span { border-color: rgb(45,148,50); }
td.TdClassName
{
border-color: #2D9432;
}
.TagClassName
{
border-color: #2D9432;
}
</style>