Shades of Forest Green #258C00
Tints of Forest Green #258C00
RGB
CMYK
RGB Variations
Color information
#258C00 (or 0x258C00) is known color: Forest Green. HEX triplet: 25, 8C and 00. RGB value is (37,140,0). Sum of RGB (Red+Green+Blue) = 37+140+0=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 140 (55.08% from 255 or 79.10% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 140 - color contains mainly: green. Hex color #258C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258C00 is #DA73FF. Grayscale: #5D5D5D. Windows color (decimal): -14316544 or 35877. OLE color: 35877.
HSL color Cylindrical-coordinate representation of color #258C00: hue angle of 104.14º 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 #258C00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 140 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.45 |
| HSL | 104.14º | 1% | 0.27% | - |
| HSV(B) | 104.14º | 1% | 0.55% | - |
| XYZ | 10.14 | 19.15 | 3.16 | - |
| YUV | 93.24 | 75.38 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 0 | 0.74 | 0 | 1 | 0.45 | 104.14 | 1 | 0.27 |
| Hex | 25 | 8C | 0 | 4A | 0 | 64 | 2D | 68 | 64 | 1B |
| Octal | 45 | 214 | 0 | 112 | 0 | 144 | 55 | 150 | 144 | 33 |
| Binary | 100101 | 10001100 | 0 | 1001010 | 0 | 1100100 | 101101 | 1101000 | 1100100 | 11011 |
Color Harmonies of #258C00
Complementary color
Monochromatic Colors of #258C00
Black with #258C00
Text Example
Text Example
White with #258C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C00; }
p { color: rgb(37,140,0); }
H1.HeaderClassName
{
color: #258C00;
}
.AnyTagClassName
{
color: #258C00;
}
</style>
background-color css
<style>
a { background-color: #258C00; }
a { background-color: rgb(37,140,0); }
div.DivClassName
{
background-color: #258C00;
}
.BgClassName
{
background-color: #258C00;
}
</style>
border-color css
<style>
span { border-color: #258C00; }
span { border-color: rgb(37,140,0); }
td.TdClassName
{
border-color: #258C00;
}
.TagClassName
{
border-color: #258C00;
}
</style>