Shades of Forest Green #2D971C
Tints of Forest Green #2D971C
RGB
CMYK
RGB Variations
Color information
#2D971C (or 0x2D971C) is known color: Forest Green. HEX triplet: 2D, 97 and 1C. RGB value is (45,151,28). Sum of RGB (Red+Green+Blue) = 45+151+28=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #2D971C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D971C is #D268E3. Grayscale: #696969. Windows color (decimal): -13789412 or 1873709. OLE color: 1873709.
HSL color Cylindrical-coordinate representation of color #2D971C: hue angle of 111.71º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D971C is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 151 | 28 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.41 |
| HSL | 111.71º | 0.69% | 0.35% | - |
| HSV(B) | 111.71º | 0.81% | 0.59% | - |
| XYZ | 12.36 | 22.77 | 4.84 | - |
| YUV | 105.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 28 | 0.70 | 0 | 0.81 | 0.41 | 111.71 | 0.69 | 0.35 |
| Hex | 2D | 97 | 1C | 46 | 0 | 51 | 29 | 70 | 45 | 23 |
| Octal | 55 | 227 | 34 | 106 | 0 | 121 | 51 | 160 | 105 | 43 |
| Binary | 101101 | 10010111 | 11100 | 1000110 | 0 | 1010001 | 101001 | 1110000 | 1000101 | 100011 |
Color Harmonies of #2D971C
Complementary color
Monochromatic Colors of #2D971C
Black with #2D971C
Text Example
Text Example
White with #2D971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D971C; }
p { color: rgb(45,151,28); }
H1.HeaderClassName
{
color: #2D971C;
}
.AnyTagClassName
{
color: #2D971C;
}
</style>
background-color css
<style>
a { background-color: #2D971C; }
a { background-color: rgb(45,151,28); }
div.DivClassName
{
background-color: #2D971C;
}
.BgClassName
{
background-color: #2D971C;
}
</style>
border-color css
<style>
span { border-color: #2D971C; }
span { border-color: rgb(45,151,28); }
td.TdClassName
{
border-color: #2D971C;
}
.TagClassName
{
border-color: #2D971C;
}
</style>