Shades of Forest Green #258401
Tints of Forest Green #258401
RGB
CMYK
RGB Variations
Color information
#258401 (or 0x258401) is known color: Forest Green. HEX triplet: 25, 84 and 01. RGB value is (37,132,1). Sum of RGB (Red+Green+Blue) = 37+132+1=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 132 (51.95% from 255 or 77.65% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 132 - color contains mainly: green. Hex color #258401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258401 is #DA7BFE. Grayscale: #595959. Windows color (decimal): -14318591 or 99365. OLE color: 99365.
HSL color Cylindrical-coordinate representation of color #258401: hue angle of 103.51º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #258401 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.48 |
| HSL | 103.51º | 0.98% | 0.26% | - |
| HSV(B) | 103.51º | 0.99% | 0.52% | - |
| XYZ | 9.02 | 16.9 | 2.81 | - |
| YUV | 88.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 1 | 0.72 | 0 | 0.99 | 0.48 | 103.51 | 0.98 | 0.26 |
| Hex | 25 | 84 | 1 | 48 | 0 | 63 | 30 | 68 | 62 | 1A |
| Octal | 45 | 204 | 1 | 110 | 0 | 143 | 60 | 150 | 142 | 32 |
| Binary | 100101 | 10000100 | 1 | 1001000 | 0 | 1100011 | 110000 | 1101000 | 1100010 | 11010 |
Color Harmonies of #258401
Complementary color
Monochromatic Colors of #258401
Black with #258401
Text Example
Text Example
White with #258401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258401; }
p { color: rgb(37,132,1); }
H1.HeaderClassName
{
color: #258401;
}
.AnyTagClassName
{
color: #258401;
}
</style>
background-color css
<style>
a { background-color: #258401; }
a { background-color: rgb(37,132,1); }
div.DivClassName
{
background-color: #258401;
}
.BgClassName
{
background-color: #258401;
}
</style>
border-color css
<style>
span { border-color: #258401; }
span { border-color: rgb(37,132,1); }
td.TdClassName
{
border-color: #258401;
}
.TagClassName
{
border-color: #258401;
}
</style>