Shades of Forest Green #25962D
Tints of Forest Green #25962D
RGB
CMYK
RGB Variations
Color information
#25962D (or 0x25962D) is known color: Forest Green. HEX triplet: 25, 96 and 2D. RGB value is (37,150,45). Sum of RGB (Red+Green+Blue) = 37+150+45=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #25962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25962D is #DA69D2. Grayscale: #686868. Windows color (decimal): -14313939 or 2987557. OLE color: 2987557.
HSL color Cylindrical-coordinate representation of color #25962D: hue angle of 124.25º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25962D is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 150 | 45 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.41 |
| HSL | 124.25º | 0.6% | 0.37% | - |
| HSV(B) | 124.25º | 0.75% | 0.59% | - |
| XYZ | 12.14 | 22.4 | 6.17 | - |
| YUV | 104.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 45 | 0.75 | 0 | 0.70 | 0.41 | 124.25 | 0.6 | 0.37 |
| Hex | 25 | 96 | 2D | 4B | 0 | 46 | 29 | 7C | 3C | 25 |
| Octal | 45 | 226 | 55 | 113 | 0 | 106 | 51 | 174 | 74 | 45 |
| Binary | 100101 | 10010110 | 101101 | 1001011 | 0 | 1000110 | 101001 | 1111100 | 111100 | 100101 |
Color Harmonies of #25962D
Complementary color
Monochromatic Colors of #25962D
Black with #25962D
Text Example
Text Example
White with #25962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25962D; }
p { color: rgb(37,150,45); }
H1.HeaderClassName
{
color: #25962D;
}
.AnyTagClassName
{
color: #25962D;
}
</style>
background-color css
<style>
a { background-color: #25962D; }
a { background-color: rgb(37,150,45); }
div.DivClassName
{
background-color: #25962D;
}
.BgClassName
{
background-color: #25962D;
}
</style>
border-color css
<style>
span { border-color: #25962D; }
span { border-color: rgb(37,150,45); }
td.TdClassName
{
border-color: #25962D;
}
.TagClassName
{
border-color: #25962D;
}
</style>