Shades of Forest Green #258C23
Tints of Forest Green #258C23
RGB
CMYK
RGB Variations
Color information
#258C23 (or 0x258C23) is known color: Forest Green. HEX triplet: 25, 8C and 23. RGB value is (37,140,35). Sum of RGB (Red+Green+Blue) = 37+140+35=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #258C23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258C23 is #DA73DC. Grayscale: #616161. Windows color (decimal): -14316509 or 2329637. OLE color: 2329637.
HSL color Cylindrical-coordinate representation of color #258C23: hue angle of 118.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258C23 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 140 | 35 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.45 |
| HSL | 118.86º | 0.6% | 0.34% | - |
| HSV(B) | 118.86º | 0.75% | 0.55% | - |
| XYZ | 10.44 | 19.27 | 4.76 | - |
| YUV | 97.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 35 | 0.74 | 0 | 0.75 | 0.45 | 118.86 | 0.6 | 0.34 |
| Hex | 25 | 8C | 23 | 4A | 0 | 4B | 2D | 77 | 3C | 22 |
| Octal | 45 | 214 | 43 | 112 | 0 | 113 | 55 | 167 | 74 | 42 |
| Binary | 100101 | 10001100 | 100011 | 1001010 | 0 | 1001011 | 101101 | 1110111 | 111100 | 100010 |
Color Harmonies of #258C23
Complementary color
Monochromatic Colors of #258C23
Black with #258C23
Text Example
Text Example
White with #258C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C23; }
p { color: rgb(37,140,35); }
H1.HeaderClassName
{
color: #258C23;
}
.AnyTagClassName
{
color: #258C23;
}
</style>
background-color css
<style>
a { background-color: #258C23; }
a { background-color: rgb(37,140,35); }
div.DivClassName
{
background-color: #258C23;
}
.BgClassName
{
background-color: #258C23;
}
</style>
border-color css
<style>
span { border-color: #258C23; }
span { border-color: rgb(37,140,35); }
td.TdClassName
{
border-color: #258C23;
}
.TagClassName
{
border-color: #258C23;
}
</style>