Shades of Forest Green #2D951C
Tints of Forest Green #2D951C
RGB
CMYK
RGB Variations
Color information
#2D951C (or 0x2D951C) is known color: Forest Green. HEX triplet: 2D, 95 and 1C. RGB value is (45,149,28). Sum of RGB (Red+Green+Blue) = 45+149+28=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #2D951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D951C is #D26AE3. Grayscale: #686868. Windows color (decimal): -13789924 or 1873197. OLE color: 1873197.
HSL color Cylindrical-coordinate representation of color #2D951C: hue angle of 111.57º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D951C is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 28 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.42 |
| HSL | 111.57º | 0.68% | 0.35% | - |
| HSV(B) | 111.57º | 0.81% | 0.58% | - |
| XYZ | 12.04 | 22.14 | 4.74 | - |
| YUV | 104.11 | 85.04 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 28 | 0.70 | 0 | 0.81 | 0.42 | 111.57 | 0.68 | 0.35 |
| Hex | 2D | 95 | 1C | 46 | 0 | 51 | 2A | 70 | 44 | 23 |
| Octal | 55 | 225 | 34 | 106 | 0 | 121 | 52 | 160 | 104 | 43 |
| Binary | 101101 | 10010101 | 11100 | 1000110 | 0 | 1010001 | 101010 | 1110000 | 1000100 | 100011 |
Color Harmonies of #2D951C
Complementary color
Monochromatic Colors of #2D951C
Black with #2D951C
Text Example
Text Example
White with #2D951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D951C; }
p { color: rgb(45,149,28); }
H1.HeaderClassName
{
color: #2D951C;
}
.AnyTagClassName
{
color: #2D951C;
}
</style>
background-color css
<style>
a { background-color: #2D951C; }
a { background-color: rgb(45,149,28); }
div.DivClassName
{
background-color: #2D951C;
}
.BgClassName
{
background-color: #2D951C;
}
</style>
border-color css
<style>
span { border-color: #2D951C; }
span { border-color: rgb(45,149,28); }
td.TdClassName
{
border-color: #2D951C;
}
.TagClassName
{
border-color: #2D951C;
}
</style>