Shades of Forest Green #258305
Tints of Forest Green #258305
RGB
CMYK
RGB Variations
Color information
#258305 (or 0x258305) is known color: Forest Green. HEX triplet: 25, 83 and 05. RGB value is (37,131,5). Sum of RGB (Red+Green+Blue) = 37+131+5=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #258305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258305 is #DA7CFA. Grayscale: #585858. Windows color (decimal): -14318843 or 361253. OLE color: 361253.
HSL color Cylindrical-coordinate representation of color #258305: hue angle of 104.76º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #258305 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 131 | 5 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.49 |
| HSL | 104.76º | 0.93% | 0.27% | - |
| HSV(B) | 104.76º | 0.96% | 0.51% | - |
| XYZ | 8.91 | 16.64 | 2.89 | - |
| YUV | 88.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 5 | 0.72 | 0 | 0.96 | 0.49 | 104.76 | 0.93 | 0.27 |
| Hex | 25 | 83 | 5 | 48 | 0 | 60 | 31 | 69 | 5D | 1B |
| Octal | 45 | 203 | 5 | 110 | 0 | 140 | 61 | 151 | 135 | 33 |
| Binary | 100101 | 10000011 | 101 | 1001000 | 0 | 1100000 | 110001 | 1101001 | 1011101 | 11011 |
Color Harmonies of #258305
Complementary color
Monochromatic Colors of #258305
Black with #258305
Text Example
Text Example
White with #258305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258305; }
p { color: rgb(37,131,5); }
H1.HeaderClassName
{
color: #258305;
}
.AnyTagClassName
{
color: #258305;
}
</style>
background-color css
<style>
a { background-color: #258305; }
a { background-color: rgb(37,131,5); }
div.DivClassName
{
background-color: #258305;
}
.BgClassName
{
background-color: #258305;
}
</style>
border-color css
<style>
span { border-color: #258305; }
span { border-color: rgb(37,131,5); }
td.TdClassName
{
border-color: #258305;
}
.TagClassName
{
border-color: #258305;
}
</style>