Shades of Forest Green #25842F
Tints of Forest Green #25842F
RGB
CMYK
RGB Variations
Color information
#25842F (or 0x25842F) is known color: Forest Green. HEX triplet: 25, 84 and 2F. RGB value is (37,132,47). Sum of RGB (Red+Green+Blue) = 37+132+47=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #25842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25842F is #DA7BD0. Grayscale: #5E5E5E. Windows color (decimal): -14318545 or 3114021. OLE color: 3114021.
HSL color Cylindrical-coordinate representation of color #25842F: hue angle of 126.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25842F is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 47 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.48 |
| HSL | 126.32º | 0.56% | 0.33% | - |
| HSV(B) | 126.32º | 0.72% | 0.52% | - |
| XYZ | 9.53 | 17.1 | 5.49 | - |
| YUV | 93.91 | 101.53 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 47 | 0.72 | 0 | 0.64 | 0.48 | 126.32 | 0.56 | 0.33 |
| Hex | 25 | 84 | 2F | 48 | 0 | 40 | 30 | 7E | 38 | 21 |
| Octal | 45 | 204 | 57 | 110 | 0 | 100 | 60 | 176 | 70 | 41 |
| Binary | 100101 | 10000100 | 101111 | 1001000 | 0 | 1000000 | 110000 | 1111110 | 111000 | 100001 |
Color Harmonies of #25842F
Complementary color
Monochromatic Colors of #25842F
Black with #25842F
Text Example
Text Example
White with #25842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25842F; }
p { color: rgb(37,132,47); }
H1.HeaderClassName
{
color: #25842F;
}
.AnyTagClassName
{
color: #25842F;
}
</style>
background-color css
<style>
a { background-color: #25842F; }
a { background-color: rgb(37,132,47); }
div.DivClassName
{
background-color: #25842F;
}
.BgClassName
{
background-color: #25842F;
}
</style>
border-color css
<style>
span { border-color: #25842F; }
span { border-color: rgb(37,132,47); }
td.TdClassName
{
border-color: #25842F;
}
.TagClassName
{
border-color: #25842F;
}
</style>