Shades of Forest Green #258505
Tints of Forest Green #258505
RGB
CMYK
RGB Variations
Color information
#258505 (or 0x258505) is known color: Forest Green. HEX triplet: 25, 85 and 05. RGB value is (37,133,5). Sum of RGB (Red+Green+Blue) = 37+133+5=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 133 (52.34% from 255 or 76% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 133 - color contains mainly: green. Hex color #258505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258505 is #DA7AFA. Grayscale: #5A5A5A. Windows color (decimal): -14318331 or 361765. OLE color: 361765.
HSL color Cylindrical-coordinate representation of color #258505: hue angle of 105º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #258505 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 133 | 5 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.48 |
| HSL | 105º | 0.93% | 0.27% | - |
| HSV(B) | 105º | 0.96% | 0.52% | - |
| XYZ | 9.18 | 17.18 | 2.98 | - |
| YUV | 89.7 | 80.2 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 5 | 0.72 | 0 | 0.96 | 0.48 | 105 | 0.93 | 0.27 |
| Hex | 25 | 85 | 5 | 48 | 0 | 60 | 30 | 69 | 5D | 1B |
| Octal | 45 | 205 | 5 | 110 | 0 | 140 | 60 | 151 | 135 | 33 |
| Binary | 100101 | 10000101 | 101 | 1001000 | 0 | 1100000 | 110000 | 1101001 | 1011101 | 11011 |
Color Harmonies of #258505
Complementary color
Monochromatic Colors of #258505
Black with #258505
Text Example
Text Example
White with #258505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258505; }
p { color: rgb(37,133,5); }
H1.HeaderClassName
{
color: #258505;
}
.AnyTagClassName
{
color: #258505;
}
</style>
background-color css
<style>
a { background-color: #258505; }
a { background-color: rgb(37,133,5); }
div.DivClassName
{
background-color: #258505;
}
.BgClassName
{
background-color: #258505;
}
</style>
border-color css
<style>
span { border-color: #258505; }
span { border-color: rgb(37,133,5); }
td.TdClassName
{
border-color: #258505;
}
.TagClassName
{
border-color: #258505;
}
</style>