Shades of Forest Green #2D9023
Tints of Forest Green #2D9023
RGB
CMYK
RGB Variations
Color information
#2D9023 (or 0x2D9023) is known color: Forest Green. HEX triplet: 2D, 90 and 23. RGB value is (45,144,35). Sum of RGB (Red+Green+Blue) = 45+144+35=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 144 (56.64% from 255 or 64.29% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9023 is #D26FDC. Grayscale: #666666. Windows color (decimal): -13791197 or 2330669. OLE color: 2330669.
HSL color Cylindrical-coordinate representation of color #2D9023: hue angle of 114.5º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D9023 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 35 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.44 |
| HSL | 114.5º | 0.61% | 0.35% | - |
| HSV(B) | 114.5º | 0.76% | 0.56% | - |
| XYZ | 11.36 | 20.63 | 4.97 | - |
| YUV | 101.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 35 | 0.69 | 0 | 0.76 | 0.44 | 114.5 | 0.61 | 0.35 |
| Hex | 2D | 90 | 23 | 45 | 0 | 4C | 2C | 72 | 3D | 23 |
| Octal | 55 | 220 | 43 | 105 | 0 | 114 | 54 | 162 | 75 | 43 |
| Binary | 101101 | 10010000 | 100011 | 1000101 | 0 | 1001100 | 101100 | 1110010 | 111101 | 100011 |
Color Harmonies of #2D9023
Complementary color
Monochromatic Colors of #2D9023
Black with #2D9023
Text Example
Text Example
White with #2D9023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9023; }
p { color: rgb(45,144,35); }
H1.HeaderClassName
{
color: #2D9023;
}
.AnyTagClassName
{
color: #2D9023;
}
</style>
background-color css
<style>
a { background-color: #2D9023; }
a { background-color: rgb(45,144,35); }
div.DivClassName
{
background-color: #2D9023;
}
.BgClassName
{
background-color: #2D9023;
}
</style>
border-color css
<style>
span { border-color: #2D9023; }
span { border-color: rgb(45,144,35); }
td.TdClassName
{
border-color: #2D9023;
}
.TagClassName
{
border-color: #2D9023;
}
</style>