Shades of Forest Green #25952F
Tints of Forest Green #25952F
RGB
CMYK
RGB Variations
Color information
#25952F (or 0x25952F) is known color: Forest Green. HEX triplet: 25, 95 and 2F. RGB value is (37,149,47). Sum of RGB (Red+Green+Blue) = 37+149+47=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #25952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25952F is #DA6AD0. Grayscale: #686868. Windows color (decimal): -14314193 or 3118373. OLE color: 3118373.
HSL color Cylindrical-coordinate representation of color #25952F: hue angle of 125.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25952F is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 47 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.42 |
| HSL | 125.36º | 0.6% | 0.36% | - |
| HSV(B) | 125.36º | 0.75% | 0.58% | - |
| XYZ | 12.02 | 22.09 | 6.32 | - |
| YUV | 103.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 47 | 0.75 | 0 | 0.68 | 0.42 | 125.36 | 0.6 | 0.36 |
| Hex | 25 | 95 | 2F | 4B | 0 | 44 | 2A | 7D | 3C | 24 |
| Octal | 45 | 225 | 57 | 113 | 0 | 104 | 52 | 175 | 74 | 44 |
| Binary | 100101 | 10010101 | 101111 | 1001011 | 0 | 1000100 | 101010 | 1111101 | 111100 | 100100 |
Color Harmonies of #25952F
Complementary color
Monochromatic Colors of #25952F
Black with #25952F
Text Example
Text Example
White with #25952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25952F; }
p { color: rgb(37,149,47); }
H1.HeaderClassName
{
color: #25952F;
}
.AnyTagClassName
{
color: #25952F;
}
</style>
background-color css
<style>
a { background-color: #25952F; }
a { background-color: rgb(37,149,47); }
div.DivClassName
{
background-color: #25952F;
}
.BgClassName
{
background-color: #25952F;
}
</style>
border-color css
<style>
span { border-color: #25952F; }
span { border-color: rgb(37,149,47); }
td.TdClassName
{
border-color: #25952F;
}
.TagClassName
{
border-color: #25952F;
}
</style>