Shades of Forest Green #25912F
Tints of Forest Green #25912F
RGB
CMYK
RGB Variations
Color information
#25912F (or 0x25912F) is known color: Forest Green. HEX triplet: 25, 91 and 2F. RGB value is (37,145,47). Sum of RGB (Red+Green+Blue) = 37+145+47=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #25912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25912F is #DA6ED0. Grayscale: #656565. Windows color (decimal): -14315217 or 3117349. OLE color: 3117349.
HSL color Cylindrical-coordinate representation of color #25912F: hue angle of 125.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25912F is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 47 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.43 |
| HSL | 125.56º | 0.59% | 0.36% | - |
| HSV(B) | 125.56º | 0.74% | 0.57% | - |
| XYZ | 11.4 | 20.85 | 6.11 | - |
| YUV | 101.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 47 | 0.74 | 0 | 0.68 | 0.43 | 125.56 | 0.59 | 0.36 |
| Hex | 25 | 91 | 2F | 4A | 0 | 44 | 2B | 7E | 3B | 24 |
| Octal | 45 | 221 | 57 | 112 | 0 | 104 | 53 | 176 | 73 | 44 |
| Binary | 100101 | 10010001 | 101111 | 1001010 | 0 | 1000100 | 101011 | 1111110 | 111011 | 100100 |
Color Harmonies of #25912F
Complementary color
Monochromatic Colors of #25912F
Black with #25912F
Text Example
Text Example
White with #25912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25912F; }
p { color: rgb(37,145,47); }
H1.HeaderClassName
{
color: #25912F;
}
.AnyTagClassName
{
color: #25912F;
}
</style>
background-color css
<style>
a { background-color: #25912F; }
a { background-color: rgb(37,145,47); }
div.DivClassName
{
background-color: #25912F;
}
.BgClassName
{
background-color: #25912F;
}
</style>
border-color css
<style>
span { border-color: #25912F; }
span { border-color: rgb(37,145,47); }
td.TdClassName
{
border-color: #25912F;
}
.TagClassName
{
border-color: #25912F;
}
</style>