Shades of Forest Green #258B32
Tints of Forest Green #258B32
RGB
CMYK
RGB Variations
Color information
#258B32 (or 0x258B32) is known color: Forest Green. HEX triplet: 25, 8B and 32. RGB value is (37,139,50). Sum of RGB (Red+Green+Blue) = 37+139+50=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #258B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258B32 is #DA74CD. Grayscale: #626262. Windows color (decimal): -14316750 or 3312421. OLE color: 3312421.
HSL color Cylindrical-coordinate representation of color #258B32: hue angle of 127.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B32 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 139 | 50 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.45 |
| HSL | 127.65º | 0.58% | 0.35% | - |
| HSV(B) | 127.65º | 0.73% | 0.55% | - |
| XYZ | 10.57 | 19.09 | 6.14 | - |
| YUV | 98.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 50 | 0.73 | 0 | 0.64 | 0.45 | 127.65 | 0.58 | 0.35 |
| Hex | 25 | 8B | 32 | 49 | 0 | 40 | 2D | 80 | 3A | 23 |
| Octal | 45 | 213 | 62 | 111 | 0 | 100 | 55 | 200 | 72 | 43 |
| Binary | 100101 | 10001011 | 110010 | 1001001 | 0 | 1000000 | 101101 | 10000000 | 111010 | 100011 |
Color Harmonies of #258B32
Complementary color
Monochromatic Colors of #258B32
Black with #258B32
Text Example
Text Example
White with #258B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258B32; }
p { color: rgb(37,139,50); }
H1.HeaderClassName
{
color: #258B32;
}
.AnyTagClassName
{
color: #258B32;
}
</style>
background-color css
<style>
a { background-color: #258B32; }
a { background-color: rgb(37,139,50); }
div.DivClassName
{
background-color: #258B32;
}
.BgClassName
{
background-color: #258B32;
}
</style>
border-color css
<style>
span { border-color: #258B32; }
span { border-color: rgb(37,139,50); }
td.TdClassName
{
border-color: #258B32;
}
.TagClassName
{
border-color: #258B32;
}
</style>