Shades of Forest Green #2C7D23
Tints of Forest Green #2C7D23
RGB
CMYK
RGB Variations
Color information
#2C7D23 (or 0x2C7D23) is known color: Forest Green. HEX triplet: 2C, 7D and 23. RGB value is (44,125,35). Sum of RGB (Red+Green+Blue) = 44+125+35=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 125 (49.22% from 255 or 61.27% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7D23 is #D382DC. Grayscale: #5A5A5A. Windows color (decimal): -13861597 or 2325804. OLE color: 2325804.
HSL color Cylindrical-coordinate representation of color #2C7D23: hue angle of 114º 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 #2C7D23 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 125 | 35 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.51 |
| HSL | 114º | 0.56% | 0.31% | - |
| HSV(B) | 114º | 0.72% | 0.49% | - |
| XYZ | 8.68 | 15.32 | 4.09 | - |
| YUV | 90.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 125 | 35 | 0.65 | 0 | 0.72 | 0.51 | 114 | 0.56 | 0.31 |
| Hex | 2C | 7D | 23 | 41 | 0 | 48 | 33 | 72 | 38 | 1F |
| Octal | 54 | 175 | 43 | 101 | 0 | 110 | 63 | 162 | 70 | 37 |
| Binary | 101100 | 1111101 | 100011 | 1000001 | 0 | 1001000 | 110011 | 1110010 | 111000 | 11111 |
Color Harmonies of #2C7D23
Complementary color
Monochromatic Colors of #2C7D23
Black with #2C7D23
Text Example
Text Example
White with #2C7D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7D23; }
p { color: rgb(44,125,35); }
H1.HeaderClassName
{
color: #2C7D23;
}
.AnyTagClassName
{
color: #2C7D23;
}
</style>
background-color css
<style>
a { background-color: #2C7D23; }
a { background-color: rgb(44,125,35); }
div.DivClassName
{
background-color: #2C7D23;
}
.BgClassName
{
background-color: #2C7D23;
}
</style>
border-color css
<style>
span { border-color: #2C7D23; }
span { border-color: rgb(44,125,35); }
td.TdClassName
{
border-color: #2C7D23;
}
.TagClassName
{
border-color: #2C7D23;
}
</style>