Shades of Forest Green #2DAB23
Tints of Forest Green #2DAB23
RGB
CMYK
RGB Variations
Color information
#2DAB23 (or 0x2DAB23) is known color: Forest Green. HEX triplet: 2D, AB and 23. RGB value is (45,171,35). Sum of RGB (Red+Green+Blue) = 45+171+35=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAB23 is #D254DC. Grayscale: #767676. Windows color (decimal): -13784285 or 2337581. OLE color: 2337581.
HSL color Cylindrical-coordinate representation of color #2DAB23: hue angle of 115.59º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DAB23 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 35 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.33 |
| HSL | 115.59º | 0.66% | 0.4% | - |
| HSV(B) | 115.59º | 0.8% | 0.67% | - |
| XYZ | 15.95 | 29.81 | 6.5 | - |
| YUV | 117.82 | 81.26 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 35 | 0.74 | 0 | 0.80 | 0.33 | 115.59 | 0.66 | 0.4 |
| Hex | 2D | AB | 23 | 4A | 0 | 50 | 21 | 74 | 42 | 28 |
| Octal | 55 | 253 | 43 | 112 | 0 | 120 | 41 | 164 | 102 | 50 |
| Binary | 101101 | 10101011 | 100011 | 1001010 | 0 | 1010000 | 100001 | 1110100 | 1000010 | 101000 |
Color Harmonies of #2DAB23
Complementary color
Monochromatic Colors of #2DAB23
Black with #2DAB23
Text Example
Text Example
White with #2DAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB23; }
p { color: rgb(45,171,35); }
H1.HeaderClassName
{
color: #2DAB23;
}
.AnyTagClassName
{
color: #2DAB23;
}
</style>
background-color css
<style>
a { background-color: #2DAB23; }
a { background-color: rgb(45,171,35); }
div.DivClassName
{
background-color: #2DAB23;
}
.BgClassName
{
background-color: #2DAB23;
}
</style>
border-color css
<style>
span { border-color: #2DAB23; }
span { border-color: rgb(45,171,35); }
td.TdClassName
{
border-color: #2DAB23;
}
.TagClassName
{
border-color: #2DAB23;
}
</style>