Shades of Forest Green #258B00
Tints of Forest Green #258B00
RGB
CMYK
RGB Variations
Color information
#258B00 (or 0x258B00) is known color: Forest Green. HEX triplet: 25, 8B and 00. RGB value is (37,139,0). Sum of RGB (Red+Green+Blue) = 37+139+0=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 139 (54.69% from 255 or 78.98% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 139 - color contains mainly: green. Hex color #258B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258B00 is #DA74FF. Grayscale: #5D5D5D. Windows color (decimal): -14316800 or 35621. OLE color: 35621.
HSL color Cylindrical-coordinate representation of color #258B00: hue angle of 104.03º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #258B00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 139 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.45 |
| HSL | 104.03º | 1% | 0.27% | - |
| HSV(B) | 104.03º | 1% | 0.55% | - |
| XYZ | 10 | 18.86 | 3.11 | - |
| YUV | 92.66 | 75.71 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 0 | 0.73 | 0 | 1 | 0.45 | 104.03 | 1 | 0.27 |
| Hex | 25 | 8B | 0 | 49 | 0 | 64 | 2D | 68 | 64 | 1B |
| Octal | 45 | 213 | 0 | 111 | 0 | 144 | 55 | 150 | 144 | 33 |
| Binary | 100101 | 10001011 | 0 | 1001001 | 0 | 1100100 | 101101 | 1101000 | 1100100 | 11011 |
Color Harmonies of #258B00
Complementary color
Monochromatic Colors of #258B00
Black with #258B00
Text Example
Text Example
White with #258B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258B00; }
p { color: rgb(37,139,0); }
H1.HeaderClassName
{
color: #258B00;
}
.AnyTagClassName
{
color: #258B00;
}
</style>
background-color css
<style>
a { background-color: #258B00; }
a { background-color: rgb(37,139,0); }
div.DivClassName
{
background-color: #258B00;
}
.BgClassName
{
background-color: #258B00;
}
</style>
border-color css
<style>
span { border-color: #258B00; }
span { border-color: rgb(37,139,0); }
td.TdClassName
{
border-color: #258B00;
}
.TagClassName
{
border-color: #258B00;
}
</style>