Shades of Forest Green #25852D
Tints of Forest Green #25852D
RGB
CMYK
RGB Variations
Color information
#25852D (or 0x25852D) is known color: Forest Green. HEX triplet: 25, 85 and 2D. RGB value is (37,133,45). Sum of RGB (Red+Green+Blue) = 37+133+45=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #25852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25852D is #DA7AD2. Grayscale: #5E5E5E. Windows color (decimal): -14318291 or 2983205. OLE color: 2983205.
HSL color Cylindrical-coordinate representation of color #25852D: hue angle of 125º 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 #25852D is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 133 | 45 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.48 |
| HSL | 125º | 0.56% | 0.33% | - |
| HSV(B) | 125º | 0.72% | 0.52% | - |
| XYZ | 9.62 | 17.36 | 5.33 | - |
| YUV | 94.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 45 | 0.72 | 0 | 0.66 | 0.48 | 125 | 0.56 | 0.33 |
| Hex | 25 | 85 | 2D | 48 | 0 | 42 | 30 | 7D | 38 | 21 |
| Octal | 45 | 205 | 55 | 110 | 0 | 102 | 60 | 175 | 70 | 41 |
| Binary | 100101 | 10000101 | 101101 | 1001000 | 0 | 1000010 | 110000 | 1111101 | 111000 | 100001 |
Color Harmonies of #25852D
Complementary color
Monochromatic Colors of #25852D
Black with #25852D
Text Example
Text Example
White with #25852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25852D; }
p { color: rgb(37,133,45); }
H1.HeaderClassName
{
color: #25852D;
}
.AnyTagClassName
{
color: #25852D;
}
</style>
background-color css
<style>
a { background-color: #25852D; }
a { background-color: rgb(37,133,45); }
div.DivClassName
{
background-color: #25852D;
}
.BgClassName
{
background-color: #25852D;
}
</style>
border-color css
<style>
span { border-color: #25852D; }
span { border-color: rgb(37,133,45); }
td.TdClassName
{
border-color: #25852D;
}
.TagClassName
{
border-color: #25852D;
}
</style>