Shades of Forest Green #2D8523
Tints of Forest Green #2D8523
RGB
CMYK
RGB Variations
Color information
#2D8523 (or 0x2D8523) is known color: Forest Green. HEX triplet: 2D, 85 and 23. RGB value is (45,133,35). Sum of RGB (Red+Green+Blue) = 45+133+35=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8523 is #D27ADC. Grayscale: #5F5F5F. Windows color (decimal): -13794013 or 2327853. OLE color: 2327853.
HSL color Cylindrical-coordinate representation of color #2D8523: hue angle of 113.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D8523 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 35 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.48 |
| HSL | 113.88º | 0.58% | 0.33% | - |
| HSV(B) | 113.88º | 0.74% | 0.52% | - |
| XYZ | 9.77 | 17.45 | 4.44 | - |
| YUV | 95.52 | 93.85 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 35 | 0.66 | 0 | 0.74 | 0.48 | 113.88 | 0.58 | 0.33 |
| Hex | 2D | 85 | 23 | 42 | 0 | 4A | 30 | 72 | 3A | 21 |
| Octal | 55 | 205 | 43 | 102 | 0 | 112 | 60 | 162 | 72 | 41 |
| Binary | 101101 | 10000101 | 100011 | 1000010 | 0 | 1001010 | 110000 | 1110010 | 111010 | 100001 |
Color Harmonies of #2D8523
Complementary color
Monochromatic Colors of #2D8523
Black with #2D8523
Text Example
Text Example
White with #2D8523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8523; }
p { color: rgb(45,133,35); }
H1.HeaderClassName
{
color: #2D8523;
}
.AnyTagClassName
{
color: #2D8523;
}
</style>
background-color css
<style>
a { background-color: #2D8523; }
a { background-color: rgb(45,133,35); }
div.DivClassName
{
background-color: #2D8523;
}
.BgClassName
{
background-color: #2D8523;
}
</style>
border-color css
<style>
span { border-color: #2D8523; }
span { border-color: rgb(45,133,35); }
td.TdClassName
{
border-color: #2D8523;
}
.TagClassName
{
border-color: #2D8523;
}
</style>