Shades of Forest Green #25951C
Tints of Forest Green #25951C
RGB
CMYK
RGB Variations
Color information
#25951C (or 0x25951C) is known color: Forest Green. HEX triplet: 25, 95 and 1C. RGB value is (37,149,28). Sum of RGB (Red+Green+Blue) = 37+149+28=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #25951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25951C is #DA6AE3. Grayscale: #666666. Windows color (decimal): -14314212 or 1873189. OLE color: 1873189.
HSL color Cylindrical-coordinate representation of color #25951C: hue angle of 115.54º 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 #25951C is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 28 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.42 |
| HSL | 115.54º | 0.68% | 0.35% | - |
| HSV(B) | 115.54º | 0.81% | 0.58% | - |
| XYZ | 11.72 | 21.97 | 4.72 | - |
| YUV | 101.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 28 | 0.75 | 0 | 0.81 | 0.42 | 115.54 | 0.68 | 0.35 |
| Hex | 25 | 95 | 1C | 4B | 0 | 51 | 2A | 74 | 44 | 23 |
| Octal | 45 | 225 | 34 | 113 | 0 | 121 | 52 | 164 | 104 | 43 |
| Binary | 100101 | 10010101 | 11100 | 1001011 | 0 | 1010001 | 101010 | 1110100 | 1000100 | 100011 |
Color Harmonies of #25951C
Complementary color
Monochromatic Colors of #25951C
Black with #25951C
Text Example
Text Example
White with #25951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25951C; }
p { color: rgb(37,149,28); }
H1.HeaderClassName
{
color: #25951C;
}
.AnyTagClassName
{
color: #25951C;
}
</style>
background-color css
<style>
a { background-color: #25951C; }
a { background-color: rgb(37,149,28); }
div.DivClassName
{
background-color: #25951C;
}
.BgClassName
{
background-color: #25951C;
}
</style>
border-color css
<style>
span { border-color: #25951C; }
span { border-color: rgb(37,149,28); }
td.TdClassName
{
border-color: #25951C;
}
.TagClassName
{
border-color: #25951C;
}
</style>