Shades of Forest Green #2D7D23
Tints of Forest Green #2D7D23
RGB
CMYK
RGB Variations
Color information
#2D7D23 (or 0x2D7D23) is known color: Forest Green. HEX triplet: 2D, 7D and 23. RGB value is (45,125,35). Sum of RGB (Red+Green+Blue) = 45+125+35=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #2D7D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7D23 is #D282DC. Grayscale: #5B5B5B. Windows color (decimal): -13796061 or 2325805. OLE color: 2325805.
HSL color Cylindrical-coordinate representation of color #2D7D23: hue angle of 113.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D7D23 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 125 | 35 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.51 |
| HSL | 113.33º | 0.56% | 0.31% | - |
| HSV(B) | 113.33º | 0.72% | 0.49% | - |
| XYZ | 8.72 | 15.35 | 4.09 | - |
| YUV | 90.82 | 96.5 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 125 | 35 | 0.64 | 0 | 0.72 | 0.51 | 113.33 | 0.56 | 0.31 |
| Hex | 2D | 7D | 23 | 40 | 0 | 48 | 33 | 71 | 38 | 1F |
| Octal | 55 | 175 | 43 | 100 | 0 | 110 | 63 | 161 | 70 | 37 |
| Binary | 101101 | 1111101 | 100011 | 1000000 | 0 | 1001000 | 110011 | 1110001 | 111000 | 11111 |
Color Harmonies of #2D7D23
Complementary color
Monochromatic Colors of #2D7D23
Black with #2D7D23
Text Example
Text Example
White with #2D7D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7D23; }
p { color: rgb(45,125,35); }
H1.HeaderClassName
{
color: #2D7D23;
}
.AnyTagClassName
{
color: #2D7D23;
}
</style>
background-color css
<style>
a { background-color: #2D7D23; }
a { background-color: rgb(45,125,35); }
div.DivClassName
{
background-color: #2D7D23;
}
.BgClassName
{
background-color: #2D7D23;
}
</style>
border-color css
<style>
span { border-color: #2D7D23; }
span { border-color: rgb(45,125,35); }
td.TdClassName
{
border-color: #2D7D23;
}
.TagClassName
{
border-color: #2D7D23;
}
</style>