Shades of Forest Green #2D891D
Tints of Forest Green #2D891D
RGB
CMYK
RGB Variations
Color information
#2D891D (or 0x2D891D) is known color: Forest Green. HEX triplet: 2D, 89 and 1D. RGB value is (45,137,29). Sum of RGB (Red+Green+Blue) = 45+137+29=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #2D891D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D891D is #D276E2. Grayscale: #616161. Windows color (decimal): -13792995 or 1935661. OLE color: 1935661.
HSL color Cylindrical-coordinate representation of color #2D891D: hue angle of 111.11º 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 #2D891D is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 29 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.46 |
| HSL | 111.11º | 0.65% | 0.33% | - |
| HSV(B) | 111.11º | 0.79% | 0.54% | - |
| XYZ | 10.25 | 18.54 | 4.2 | - |
| YUV | 97.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 29 | 0.67 | 0 | 0.79 | 0.46 | 111.11 | 0.65 | 0.33 |
| Hex | 2D | 89 | 1D | 43 | 0 | 4F | 2E | 6F | 41 | 21 |
| Octal | 55 | 211 | 35 | 103 | 0 | 117 | 56 | 157 | 101 | 41 |
| Binary | 101101 | 10001001 | 11101 | 1000011 | 0 | 1001111 | 101110 | 1101111 | 1000001 | 100001 |
Color Harmonies of #2D891D
Complementary color
Monochromatic Colors of #2D891D
Black with #2D891D
Text Example
Text Example
White with #2D891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D891D; }
p { color: rgb(45,137,29); }
H1.HeaderClassName
{
color: #2D891D;
}
.AnyTagClassName
{
color: #2D891D;
}
</style>
background-color css
<style>
a { background-color: #2D891D; }
a { background-color: rgb(45,137,29); }
div.DivClassName
{
background-color: #2D891D;
}
.BgClassName
{
background-color: #2D891D;
}
</style>
border-color css
<style>
span { border-color: #2D891D; }
span { border-color: rgb(45,137,29); }
td.TdClassName
{
border-color: #2D891D;
}
.TagClassName
{
border-color: #2D891D;
}
</style>