Shades of Forest Green #258C31
Tints of Forest Green #258C31
RGB
CMYK
RGB Variations
Color information
#258C31 (or 0x258C31) is known color: Forest Green. HEX triplet: 25, 8C and 31. RGB value is (37,140,49). Sum of RGB (Red+Green+Blue) = 37+140+49=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #258C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258C31 is #DA73CE. Grayscale: #636363. Windows color (decimal): -14316495 or 3247141. OLE color: 3247141.
HSL color Cylindrical-coordinate representation of color #258C31: hue angle of 126.99º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258C31 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 140 | 49 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.45 |
| HSL | 126.99º | 0.58% | 0.35% | - |
| HSV(B) | 126.99º | 0.74% | 0.55% | - |
| XYZ | 10.7 | 19.37 | 6.08 | - |
| YUV | 98.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 49 | 0.74 | 0 | 0.65 | 0.45 | 126.99 | 0.58 | 0.35 |
| Hex | 25 | 8C | 31 | 4A | 0 | 41 | 2D | 7F | 3A | 23 |
| Octal | 45 | 214 | 61 | 112 | 0 | 101 | 55 | 177 | 72 | 43 |
| Binary | 100101 | 10001100 | 110001 | 1001010 | 0 | 1000001 | 101101 | 1111111 | 111010 | 100011 |
Color Harmonies of #258C31
Complementary color
Monochromatic Colors of #258C31
Black with #258C31
Text Example
Text Example
White with #258C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C31; }
p { color: rgb(37,140,49); }
H1.HeaderClassName
{
color: #258C31;
}
.AnyTagClassName
{
color: #258C31;
}
</style>
background-color css
<style>
a { background-color: #258C31; }
a { background-color: rgb(37,140,49); }
div.DivClassName
{
background-color: #258C31;
}
.BgClassName
{
background-color: #258C31;
}
</style>
border-color css
<style>
span { border-color: #258C31; }
span { border-color: rgb(37,140,49); }
td.TdClassName
{
border-color: #258C31;
}
.TagClassName
{
border-color: #258C31;
}
</style>