Shades of Forest Green #2D811C
Tints of Forest Green #2D811C
RGB
CMYK
RGB Variations
Color information
#2D811C (or 0x2D811C) is known color: Forest Green. HEX triplet: 2D, 81 and 1C. RGB value is (45,129,28). Sum of RGB (Red+Green+Blue) = 45+129+28=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #2D811C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D811C is #D27EE3. Grayscale: #5C5C5C. Windows color (decimal): -13795044 or 1868077. OLE color: 1868077.
HSL color Cylindrical-coordinate representation of color #2D811C: hue angle of 109.9º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D811C is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 129 | 28 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.49 |
| HSL | 109.9º | 0.64% | 0.31% | - |
| HSV(B) | 109.9º | 0.78% | 0.51% | - |
| XYZ | 9.14 | 16.34 | 3.77 | - |
| YUV | 92.37 | 91.67 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 129 | 28 | 0.65 | 0 | 0.78 | 0.49 | 109.9 | 0.64 | 0.31 |
| Hex | 2D | 81 | 1C | 41 | 0 | 4E | 31 | 6E | 40 | 1F |
| Octal | 55 | 201 | 34 | 101 | 0 | 116 | 61 | 156 | 100 | 37 |
| Binary | 101101 | 10000001 | 11100 | 1000001 | 0 | 1001110 | 110001 | 1101110 | 1000000 | 11111 |
Color Harmonies of #2D811C
Complementary color
Monochromatic Colors of #2D811C
Black with #2D811C
Text Example
Text Example
White with #2D811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D811C; }
p { color: rgb(45,129,28); }
H1.HeaderClassName
{
color: #2D811C;
}
.AnyTagClassName
{
color: #2D811C;
}
</style>
background-color css
<style>
a { background-color: #2D811C; }
a { background-color: rgb(45,129,28); }
div.DivClassName
{
background-color: #2D811C;
}
.BgClassName
{
background-color: #2D811C;
}
</style>
border-color css
<style>
span { border-color: #2D811C; }
span { border-color: rgb(45,129,28); }
td.TdClassName
{
border-color: #2D811C;
}
.TagClassName
{
border-color: #2D811C;
}
</style>