Shades of Forest Green #25A130
Tints of Forest Green #25A130
RGB
CMYK
RGB Variations
Color information
#25A130 (or 0x25A130) is known color: Forest Green. HEX triplet: 25, A1 and 30. RGB value is (37,161,48). Sum of RGB (Red+Green+Blue) = 37+161+48=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #25A130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25A130 is #DA5ECF. Grayscale: #6F6F6F. Windows color (decimal): -14311120 or 3186981. OLE color: 3186981.
HSL color Cylindrical-coordinate representation of color #25A130: hue angle of 125.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A130 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 161 | 48 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.37 |
| HSL | 125.32º | 0.63% | 0.39% | - |
| HSV(B) | 125.32º | 0.77% | 0.63% | - |
| XYZ | 14.04 | 26.1 | 7.09 | - |
| YUV | 111.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 161 | 48 | 0.77 | 0 | 0.70 | 0.37 | 125.32 | 0.63 | 0.39 |
| Hex | 25 | A1 | 30 | 4D | 0 | 46 | 25 | 7D | 3F | 27 |
| Octal | 45 | 241 | 60 | 115 | 0 | 106 | 45 | 175 | 77 | 47 |
| Binary | 100101 | 10100001 | 110000 | 1001101 | 0 | 1000110 | 100101 | 1111101 | 111111 | 100111 |
Color Harmonies of #25A130
Complementary color
Monochromatic Colors of #25A130
Black with #25A130
Text Example
Text Example
White with #25A130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A130; }
p { color: rgb(37,161,48); }
H1.HeaderClassName
{
color: #25A130;
}
.AnyTagClassName
{
color: #25A130;
}
</style>
background-color css
<style>
a { background-color: #25A130; }
a { background-color: rgb(37,161,48); }
div.DivClassName
{
background-color: #25A130;
}
.BgClassName
{
background-color: #25A130;
}
</style>
border-color css
<style>
span { border-color: #25A130; }
span { border-color: rgb(37,161,48); }
td.TdClassName
{
border-color: #25A130;
}
.TagClassName
{
border-color: #25A130;
}
</style>