Shades of Forest Green #2D950C
Tints of Forest Green #2D950C
RGB
CMYK
RGB Variations
Color information
#2D950C (or 0x2D950C) is known color: Forest Green. HEX triplet: 2D, 95 and 0C. RGB value is (45,149,12). Sum of RGB (Red+Green+Blue) = 45+149+12=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #2D950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D950C is #D26AF3. Grayscale: #666666. Windows color (decimal): -13789940 or 824621. OLE color: 824621.
HSL color Cylindrical-coordinate representation of color #2D950C: hue angle of 105.55º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D950C is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 12 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.42 |
| HSL | 105.55º | 0.85% | 0.32% | - |
| HSV(B) | 105.55º | 0.92% | 0.58% | - |
| XYZ | 11.9 | 22.08 | 3.98 | - |
| YUV | 102.29 | 77.04 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 12 | 0.70 | 0 | 0.92 | 0.42 | 105.55 | 0.85 | 0.32 |
| Hex | 2D | 95 | C | 46 | 0 | 5C | 2A | 6A | 55 | 20 |
| Octal | 55 | 225 | 14 | 106 | 0 | 134 | 52 | 152 | 125 | 40 |
| Binary | 101101 | 10010101 | 1100 | 1000110 | 0 | 1011100 | 101010 | 1101010 | 1010101 | 100000 |
Color Harmonies of #2D950C
Complementary color
Monochromatic Colors of #2D950C
Black with #2D950C
Text Example
Text Example
White with #2D950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D950C; }
p { color: rgb(45,149,12); }
H1.HeaderClassName
{
color: #2D950C;
}
.AnyTagClassName
{
color: #2D950C;
}
</style>
background-color css
<style>
a { background-color: #2D950C; }
a { background-color: rgb(45,149,12); }
div.DivClassName
{
background-color: #2D950C;
}
.BgClassName
{
background-color: #2D950C;
}
</style>
border-color css
<style>
span { border-color: #2D950C; }
span { border-color: rgb(45,149,12); }
td.TdClassName
{
border-color: #2D950C;
}
.TagClassName
{
border-color: #2D950C;
}
</style>