Shades of Forest Green #2D8A1D
Tints of Forest Green #2D8A1D
RGB
CMYK
RGB Variations
Color information
#2D8A1D (or 0x2D8A1D) is known color: Forest Green. HEX triplet: 2D, 8A and 1D. RGB value is (45,138,29). Sum of RGB (Red+Green+Blue) = 45+138+29=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8A1D is #D275E2. Grayscale: #626262. Windows color (decimal): -13792739 or 1935917. OLE color: 1935917.
HSL color Cylindrical-coordinate representation of color #2D8A1D: hue angle of 111.19º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D8A1D is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 29 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.46 |
| HSL | 111.19º | 0.65% | 0.33% | - |
| HSV(B) | 111.19º | 0.79% | 0.54% | - |
| XYZ | 10.39 | 18.82 | 4.25 | - |
| YUV | 97.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 29 | 0.67 | 0 | 0.79 | 0.46 | 111.19 | 0.65 | 0.33 |
| Hex | 2D | 8A | 1D | 43 | 0 | 4F | 2E | 6F | 41 | 21 |
| Octal | 55 | 212 | 35 | 103 | 0 | 117 | 56 | 157 | 101 | 41 |
| Binary | 101101 | 10001010 | 11101 | 1000011 | 0 | 1001111 | 101110 | 1101111 | 1000001 | 100001 |
Color Harmonies of #2D8A1D
Complementary color
Monochromatic Colors of #2D8A1D
Black with #2D8A1D
Text Example
Text Example
White with #2D8A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A1D; }
p { color: rgb(45,138,29); }
H1.HeaderClassName
{
color: #2D8A1D;
}
.AnyTagClassName
{
color: #2D8A1D;
}
</style>
background-color css
<style>
a { background-color: #2D8A1D; }
a { background-color: rgb(45,138,29); }
div.DivClassName
{
background-color: #2D8A1D;
}
.BgClassName
{
background-color: #2D8A1D;
}
</style>
border-color css
<style>
span { border-color: #2D8A1D; }
span { border-color: rgb(45,138,29); }
td.TdClassName
{
border-color: #2D8A1D;
}
.TagClassName
{
border-color: #2D8A1D;
}
</style>