Shades of Forest Green #2DAB28
Tints of Forest Green #2DAB28
RGB
CMYK
RGB Variations
Color information
#2DAB28 (or 0x2DAB28) is known color: Forest Green. HEX triplet: 2D, AB and 28. RGB value is (45,171,40). Sum of RGB (Red+Green+Blue) = 45+171+40=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAB28 is #D254D7. Grayscale: #767676. Windows color (decimal): -13784280 or 2665261. OLE color: 2665261.
HSL color Cylindrical-coordinate representation of color #2DAB28: hue angle of 117.71º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DAB28 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 40 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.33 |
| HSL | 117.71º | 0.62% | 0.41% | - |
| HSV(B) | 117.71º | 0.77% | 0.67% | - |
| XYZ | 16.03 | 29.84 | 6.92 | - |
| YUV | 118.39 | 83.76 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 40 | 0.74 | 0 | 0.77 | 0.33 | 117.71 | 0.62 | 0.41 |
| Hex | 2D | AB | 28 | 4A | 0 | 4D | 21 | 76 | 3E | 29 |
| Octal | 55 | 253 | 50 | 112 | 0 | 115 | 41 | 166 | 76 | 51 |
| Binary | 101101 | 10101011 | 101000 | 1001010 | 0 | 1001101 | 100001 | 1110110 | 111110 | 101001 |
Color Harmonies of #2DAB28
Complementary color
Monochromatic Colors of #2DAB28
Black with #2DAB28
Text Example
Text Example
White with #2DAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB28; }
p { color: rgb(45,171,40); }
H1.HeaderClassName
{
color: #2DAB28;
}
.AnyTagClassName
{
color: #2DAB28;
}
</style>
background-color css
<style>
a { background-color: #2DAB28; }
a { background-color: rgb(45,171,40); }
div.DivClassName
{
background-color: #2DAB28;
}
.BgClassName
{
background-color: #2DAB28;
}
</style>
border-color css
<style>
span { border-color: #2DAB28; }
span { border-color: rgb(45,171,40); }
td.TdClassName
{
border-color: #2DAB28;
}
.TagClassName
{
border-color: #2DAB28;
}
</style>