Shades of Forest Green #258206
Tints of Forest Green #258206
RGB
CMYK
RGB Variations
Color information
#258206 (or 0x258206) is known color: Forest Green. HEX triplet: 25, 82 and 06. RGB value is (37,130,6). Sum of RGB (Red+Green+Blue) = 37+130+6=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #258206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258206 is #DA7DF9. Grayscale: #585858. Windows color (decimal): -14319098 or 426533. OLE color: 426533.
HSL color Cylindrical-coordinate representation of color #258206: hue angle of 105º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #258206 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 6 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.49 |
| HSL | 105º | 0.91% | 0.27% | - |
| HSV(B) | 105º | 0.95% | 0.51% | - |
| XYZ | 8.78 | 16.37 | 2.87 | - |
| YUV | 88.06 | 81.69 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 6 | 0.72 | 0 | 0.95 | 0.49 | 105 | 0.91 | 0.27 |
| Hex | 25 | 82 | 6 | 48 | 0 | 5F | 31 | 69 | 5B | 1B |
| Octal | 45 | 202 | 6 | 110 | 0 | 137 | 61 | 151 | 133 | 33 |
| Binary | 100101 | 10000010 | 110 | 1001000 | 0 | 1011111 | 110001 | 1101001 | 1011011 | 11011 |
Color Harmonies of #258206
Complementary color
Monochromatic Colors of #258206
Black with #258206
Text Example
Text Example
White with #258206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258206; }
p { color: rgb(37,130,6); }
H1.HeaderClassName
{
color: #258206;
}
.AnyTagClassName
{
color: #258206;
}
</style>
background-color css
<style>
a { background-color: #258206; }
a { background-color: rgb(37,130,6); }
div.DivClassName
{
background-color: #258206;
}
.BgClassName
{
background-color: #258206;
}
</style>
border-color css
<style>
span { border-color: #258206; }
span { border-color: rgb(37,130,6); }
td.TdClassName
{
border-color: #258206;
}
.TagClassName
{
border-color: #258206;
}
</style>