Shades of Forest Green #2D8C28
Tints of Forest Green #2D8C28
RGB
CMYK
RGB Variations
Color information
#2D8C28 (or 0x2D8C28) is known color: Forest Green. HEX triplet: 2D, 8C and 28. RGB value is (45,140,40). Sum of RGB (Red+Green+Blue) = 45+140+40=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8C28 is #D273D7. Grayscale: #646464. Windows color (decimal): -13792216 or 2657325. OLE color: 2657325.
HSL color Cylindrical-coordinate representation of color #2D8C28: hue angle of 117º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D8C28 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 140 | 40 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.45 |
| HSL | 117º | 0.56% | 0.35% | - |
| HSV(B) | 117º | 0.71% | 0.55% | - |
| XYZ | 10.84 | 19.47 | 5.19 | - |
| YUV | 100.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 140 | 40 | 0.68 | 0 | 0.71 | 0.45 | 117 | 0.56 | 0.35 |
| Hex | 2D | 8C | 28 | 44 | 0 | 47 | 2D | 75 | 38 | 23 |
| Octal | 55 | 214 | 50 | 104 | 0 | 107 | 55 | 165 | 70 | 43 |
| Binary | 101101 | 10001100 | 101000 | 1000100 | 0 | 1000111 | 101101 | 1110101 | 111000 | 100011 |
Color Harmonies of #2D8C28
Complementary color
Monochromatic Colors of #2D8C28
Black with #2D8C28
Text Example
Text Example
White with #2D8C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8C28; }
p { color: rgb(45,140,40); }
H1.HeaderClassName
{
color: #2D8C28;
}
.AnyTagClassName
{
color: #2D8C28;
}
</style>
background-color css
<style>
a { background-color: #2D8C28; }
a { background-color: rgb(45,140,40); }
div.DivClassName
{
background-color: #2D8C28;
}
.BgClassName
{
background-color: #2D8C28;
}
</style>
border-color css
<style>
span { border-color: #2D8C28; }
span { border-color: rgb(45,140,40); }
td.TdClassName
{
border-color: #2D8C28;
}
.TagClassName
{
border-color: #2D8C28;
}
</style>