Shades of Forest Green #25971C
Tints of Forest Green #25971C
RGB
CMYK
RGB Variations
Color information
#25971C (or 0x25971C) is known color: Forest Green. HEX triplet: 25, 97 and 1C. RGB value is (37,151,28). Sum of RGB (Red+Green+Blue) = 37+151+28=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 151 (59.38% from 255 or 69.91% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 151 - color contains mainly: green. Hex color #25971C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25971C is #DA68E3. Grayscale: #676767. Windows color (decimal): -14313700 or 1873701. OLE color: 1873701.
HSL color Cylindrical-coordinate representation of color #25971C: hue angle of 115.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25971C is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 151 | 28 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.41 |
| HSL | 115.61º | 0.69% | 0.35% | - |
| HSV(B) | 115.61º | 0.81% | 0.59% | - |
| XYZ | 12.04 | 22.61 | 4.83 | - |
| YUV | 102.89 | 85.73 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 28 | 0.75 | 0 | 0.81 | 0.41 | 115.61 | 0.69 | 0.35 |
| Hex | 25 | 97 | 1C | 4B | 0 | 51 | 29 | 74 | 45 | 23 |
| Octal | 45 | 227 | 34 | 113 | 0 | 121 | 51 | 164 | 105 | 43 |
| Binary | 100101 | 10010111 | 11100 | 1001011 | 0 | 1010001 | 101001 | 1110100 | 1000101 | 100011 |
Color Harmonies of #25971C
Complementary color
Monochromatic Colors of #25971C
Black with #25971C
Text Example
Text Example
White with #25971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25971C; }
p { color: rgb(37,151,28); }
H1.HeaderClassName
{
color: #25971C;
}
.AnyTagClassName
{
color: #25971C;
}
</style>
background-color css
<style>
a { background-color: #25971C; }
a { background-color: rgb(37,151,28); }
div.DivClassName
{
background-color: #25971C;
}
.BgClassName
{
background-color: #25971C;
}
</style>
border-color css
<style>
span { border-color: #25971C; }
span { border-color: rgb(37,151,28); }
td.TdClassName
{
border-color: #25971C;
}
.TagClassName
{
border-color: #25971C;
}
</style>