Shades of Forest Green #258221
Tints of Forest Green #258221
RGB
CMYK
RGB Variations
Color information
#258221 (or 0x258221) is known color: Forest Green. HEX triplet: 25, 82 and 21. RGB value is (37,130,33). Sum of RGB (Red+Green+Blue) = 37+130+33=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #258221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258221 is #DA7DDE. Grayscale: #5B5B5B. Windows color (decimal): -14319071 or 2196005. OLE color: 2196005.
HSL color Cylindrical-coordinate representation of color #258221: hue angle of 117.53º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258221 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 33 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.49 |
| HSL | 117.53º | 0.6% | 0.32% | - |
| HSV(B) | 117.53º | 0.75% | 0.51% | - |
| XYZ | 9.02 | 16.47 | 4.14 | - |
| YUV | 91.14 | 95.19 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 33 | 0.72 | 0 | 0.75 | 0.49 | 117.53 | 0.6 | 0.32 |
| Hex | 25 | 82 | 21 | 48 | 0 | 4B | 31 | 76 | 3C | 20 |
| Octal | 45 | 202 | 41 | 110 | 0 | 113 | 61 | 166 | 74 | 40 |
| Binary | 100101 | 10000010 | 100001 | 1001000 | 0 | 1001011 | 110001 | 1110110 | 111100 | 100000 |
Color Harmonies of #258221
Complementary color
Monochromatic Colors of #258221
Black with #258221
Text Example
Text Example
White with #258221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258221; }
p { color: rgb(37,130,33); }
H1.HeaderClassName
{
color: #258221;
}
.AnyTagClassName
{
color: #258221;
}
</style>
background-color css
<style>
a { background-color: #258221; }
a { background-color: rgb(37,130,33); }
div.DivClassName
{
background-color: #258221;
}
.BgClassName
{
background-color: #258221;
}
</style>
border-color css
<style>
span { border-color: #258221; }
span { border-color: rgb(37,130,33); }
td.TdClassName
{
border-color: #258221;
}
.TagClassName
{
border-color: #258221;
}
</style>