Shades of Forest Green #25950C
Tints of Forest Green #25950C
RGB
CMYK
RGB Variations
Color information
#25950C (or 0x25950C) is known color: Forest Green. HEX triplet: 25, 95 and 0C. RGB value is (37,149,12). Sum of RGB (Red+Green+Blue) = 37+149+12=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #25950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25950C is #DA6AF3. Grayscale: #646464. Windows color (decimal): -14314228 or 824613. OLE color: 824613.
HSL color Cylindrical-coordinate representation of color #25950C: hue angle of 109.05º 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 #25950C is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 12 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.42 |
| HSL | 109.05º | 0.85% | 0.32% | - |
| HSV(B) | 109.05º | 0.92% | 0.58% | - |
| XYZ | 11.58 | 21.91 | 3.97 | - |
| YUV | 99.89 | 78.39 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 12 | 0.75 | 0 | 0.92 | 0.42 | 109.05 | 0.85 | 0.32 |
| Hex | 25 | 95 | C | 4B | 0 | 5C | 2A | 6D | 55 | 20 |
| Octal | 45 | 225 | 14 | 113 | 0 | 134 | 52 | 155 | 125 | 40 |
| Binary | 100101 | 10010101 | 1100 | 1001011 | 0 | 1011100 | 101010 | 1101101 | 1010101 | 100000 |
Color Harmonies of #25950C
Complementary color
Monochromatic Colors of #25950C
Black with #25950C
Text Example
Text Example
White with #25950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25950C; }
p { color: rgb(37,149,12); }
H1.HeaderClassName
{
color: #25950C;
}
.AnyTagClassName
{
color: #25950C;
}
</style>
background-color css
<style>
a { background-color: #25950C; }
a { background-color: rgb(37,149,12); }
div.DivClassName
{
background-color: #25950C;
}
.BgClassName
{
background-color: #25950C;
}
</style>
border-color css
<style>
span { border-color: #25950C; }
span { border-color: rgb(37,149,12); }
td.TdClassName
{
border-color: #25950C;
}
.TagClassName
{
border-color: #25950C;
}
</style>