Shades of Forest Green #258001
Tints of Forest Green #258001
RGB
CMYK
RGB Variations
Color information
#258001 (or 0x258001) is known color: Forest Green. HEX triplet: 25, 80 and 01. RGB value is (37,128,1). Sum of RGB (Red+Green+Blue) = 37+128+1=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 128 (50.39% from 255 or 77.11% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 128 - color contains mainly: green. Hex color #258001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258001 is #DA7FFE. Grayscale: #565656. Windows color (decimal): -14319615 or 98341. OLE color: 98341.
HSL color Cylindrical-coordinate representation of color #258001: hue angle of 102.99º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #258001 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 128 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.50 |
| HSL | 102.99º | 0.98% | 0.25% | - |
| HSV(B) | 102.99º | 0.99% | 0.5% | - |
| XYZ | 8.49 | 15.83 | 2.64 | - |
| YUV | 86.31 | 79.85 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 1 | 0.71 | 0 | 0.99 | 0.50 | 102.99 | 0.98 | 0.25 |
| Hex | 25 | 80 | 1 | 47 | 0 | 63 | 32 | 67 | 62 | 19 |
| Octal | 45 | 200 | 1 | 107 | 0 | 143 | 62 | 147 | 142 | 31 |
| Binary | 100101 | 10000000 | 1 | 1000111 | 0 | 1100011 | 110010 | 1100111 | 1100010 | 11001 |
Color Harmonies of #258001
Complementary color
Monochromatic Colors of #258001
Black with #258001
Text Example
Text Example
White with #258001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258001; }
p { color: rgb(37,128,1); }
H1.HeaderClassName
{
color: #258001;
}
.AnyTagClassName
{
color: #258001;
}
</style>
background-color css
<style>
a { background-color: #258001; }
a { background-color: rgb(37,128,1); }
div.DivClassName
{
background-color: #258001;
}
.BgClassName
{
background-color: #258001;
}
</style>
border-color css
<style>
span { border-color: #258001; }
span { border-color: rgb(37,128,1); }
td.TdClassName
{
border-color: #258001;
}
.TagClassName
{
border-color: #258001;
}
</style>