Shades of Forest Green #25970A
Tints of Forest Green #25970A
RGB
CMYK
RGB Variations
Color information
#25970A (or 0x25970A) is known color: Forest Green. HEX triplet: 25, 97 and 0A. RGB value is (37,151,10). Sum of RGB (Red+Green+Blue) = 37+151+10=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 151 (59.38% from 255 or 76.26% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 151 - color contains mainly: green. Hex color #25970A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25970A is #DA68F5. Grayscale: #656565. Windows color (decimal): -14313718 or 694053. OLE color: 694053.
HSL color Cylindrical-coordinate representation of color #25970A: hue angle of 108.51º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25970A is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 151 | 10 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.41 |
| HSL | 108.51º | 0.88% | 0.32% | - |
| HSV(B) | 108.51º | 0.93% | 0.59% | - |
| XYZ | 11.88 | 22.55 | 4.01 | - |
| YUV | 100.84 | 76.73 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 10 | 0.75 | 0 | 0.93 | 0.41 | 108.51 | 0.88 | 0.32 |
| Hex | 25 | 97 | A | 4B | 0 | 5D | 29 | 6D | 58 | 20 |
| Octal | 45 | 227 | 12 | 113 | 0 | 135 | 51 | 155 | 130 | 40 |
| Binary | 100101 | 10010111 | 1010 | 1001011 | 0 | 1011101 | 101001 | 1101101 | 1011000 | 100000 |
Color Harmonies of #25970A
Complementary color
Monochromatic Colors of #25970A
Black with #25970A
Text Example
Text Example
White with #25970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25970A; }
p { color: rgb(37,151,10); }
H1.HeaderClassName
{
color: #25970A;
}
.AnyTagClassName
{
color: #25970A;
}
</style>
background-color css
<style>
a { background-color: #25970A; }
a { background-color: rgb(37,151,10); }
div.DivClassName
{
background-color: #25970A;
}
.BgClassName
{
background-color: #25970A;
}
</style>
border-color css
<style>
span { border-color: #25970A; }
span { border-color: rgb(37,151,10); }
td.TdClassName
{
border-color: #25970A;
}
.TagClassName
{
border-color: #25970A;
}
</style>