Shades of Forest Green #25852C
Tints of Forest Green #25852C
RGB
CMYK
RGB Variations
Color information
#25852C (or 0x25852C) is known color: Forest Green. HEX triplet: 25, 85 and 2C. RGB value is (37,133,44). Sum of RGB (Red+Green+Blue) = 37+133+44=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #25852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25852C is #DA7AD3. Grayscale: #5E5E5E. Windows color (decimal): -14318292 or 2917669. OLE color: 2917669.
HSL color Cylindrical-coordinate representation of color #25852C: hue angle of 124.38º 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 #25852C is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 133 | 44 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.48 |
| HSL | 124.38º | 0.56% | 0.33% | - |
| HSV(B) | 124.38º | 0.72% | 0.52% | - |
| XYZ | 9.61 | 17.35 | 5.23 | - |
| YUV | 94.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 44 | 0.72 | 0 | 0.67 | 0.48 | 124.38 | 0.56 | 0.33 |
| Hex | 25 | 85 | 2C | 48 | 0 | 43 | 30 | 7C | 38 | 21 |
| Octal | 45 | 205 | 54 | 110 | 0 | 103 | 60 | 174 | 70 | 41 |
| Binary | 100101 | 10000101 | 101100 | 1001000 | 0 | 1000011 | 110000 | 1111100 | 111000 | 100001 |
Color Harmonies of #25852C
Complementary color
Monochromatic Colors of #25852C
Black with #25852C
Text Example
Text Example
White with #25852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25852C; }
p { color: rgb(37,133,44); }
H1.HeaderClassName
{
color: #25852C;
}
.AnyTagClassName
{
color: #25852C;
}
</style>
background-color css
<style>
a { background-color: #25852C; }
a { background-color: rgb(37,133,44); }
div.DivClassName
{
background-color: #25852C;
}
.BgClassName
{
background-color: #25852C;
}
</style>
border-color css
<style>
span { border-color: #25852C; }
span { border-color: rgb(37,133,44); }
td.TdClassName
{
border-color: #25852C;
}
.TagClassName
{
border-color: #25852C;
}
</style>