Shades of Forest Green #25842C
Tints of Forest Green #25842C
RGB
CMYK
RGB Variations
Color information
#25842C (or 0x25842C) is known color: Forest Green. HEX triplet: 25, 84 and 2C. RGB value is (37,132,44). Sum of RGB (Red+Green+Blue) = 37+132+44=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #25842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25842C is #DA7BD3. Grayscale: #5D5D5D. Windows color (decimal): -14318548 or 2917413. OLE color: 2917413.
HSL color Cylindrical-coordinate representation of color #25842C: hue angle of 124.42º 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 #25842C is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 44 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.48 |
| HSL | 124.42º | 0.56% | 0.33% | - |
| HSV(B) | 124.42º | 0.72% | 0.52% | - |
| XYZ | 9.47 | 17.08 | 5.18 | - |
| YUV | 93.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 44 | 0.72 | 0 | 0.67 | 0.48 | 124.42 | 0.56 | 0.33 |
| Hex | 25 | 84 | 2C | 48 | 0 | 43 | 30 | 7C | 38 | 21 |
| Octal | 45 | 204 | 54 | 110 | 0 | 103 | 60 | 174 | 70 | 41 |
| Binary | 100101 | 10000100 | 101100 | 1001000 | 0 | 1000011 | 110000 | 1111100 | 111000 | 100001 |
Color Harmonies of #25842C
Complementary color
Monochromatic Colors of #25842C
Black with #25842C
Text Example
Text Example
White with #25842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25842C; }
p { color: rgb(37,132,44); }
H1.HeaderClassName
{
color: #25842C;
}
.AnyTagClassName
{
color: #25842C;
}
</style>
background-color css
<style>
a { background-color: #25842C; }
a { background-color: rgb(37,132,44); }
div.DivClassName
{
background-color: #25842C;
}
.BgClassName
{
background-color: #25842C;
}
</style>
border-color css
<style>
span { border-color: #25842C; }
span { border-color: rgb(37,132,44); }
td.TdClassName
{
border-color: #25842C;
}
.TagClassName
{
border-color: #25842C;
}
</style>