Shades of Forest Green #25981C
Tints of Forest Green #25981C
RGB
CMYK
RGB Variations
Color information
#25981C (or 0x25981C) is known color: Forest Green. HEX triplet: 25, 98 and 1C. RGB value is (37,152,28). Sum of RGB (Red+Green+Blue) = 37+152+28=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 152 (59.77% from 255 or 70.05% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 152 - color contains mainly: green. Hex color #25981C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25981C is #DA67E3. Grayscale: #676767. Windows color (decimal): -14313444 or 1873957. OLE color: 1873957.
HSL color Cylindrical-coordinate representation of color #25981C: hue angle of 115.65º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25981C is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 28 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.40 |
| HSL | 115.65º | 0.69% | 0.35% | - |
| HSV(B) | 115.65º | 0.82% | 0.6% | - |
| XYZ | 12.2 | 22.93 | 4.88 | - |
| YUV | 103.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 28 | 0.76 | 0 | 0.82 | 0.40 | 115.65 | 0.69 | 0.35 |
| Hex | 25 | 98 | 1C | 4C | 0 | 52 | 28 | 74 | 45 | 23 |
| Octal | 45 | 230 | 34 | 114 | 0 | 122 | 50 | 164 | 105 | 43 |
| Binary | 100101 | 10011000 | 11100 | 1001100 | 0 | 1010010 | 101000 | 1110100 | 1000101 | 100011 |
Color Harmonies of #25981C
Complementary color
Monochromatic Colors of #25981C
Black with #25981C
Text Example
Text Example
White with #25981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25981C; }
p { color: rgb(37,152,28); }
H1.HeaderClassName
{
color: #25981C;
}
.AnyTagClassName
{
color: #25981C;
}
</style>
background-color css
<style>
a { background-color: #25981C; }
a { background-color: rgb(37,152,28); }
div.DivClassName
{
background-color: #25981C;
}
.BgClassName
{
background-color: #25981C;
}
</style>
border-color css
<style>
span { border-color: #25981C; }
span { border-color: rgb(37,152,28); }
td.TdClassName
{
border-color: #25981C;
}
.TagClassName
{
border-color: #25981C;
}
</style>