Shades of Forest Green #25850B
Tints of Forest Green #25850B
RGB
CMYK
RGB Variations
Color information
#25850B (or 0x25850B) is known color: Forest Green. HEX triplet: 25, 85 and 0B. RGB value is (37,133,11). Sum of RGB (Red+Green+Blue) = 37+133+11=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #25850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25850B is #DA7AF4. Grayscale: #5A5A5A. Windows color (decimal): -14318325 or 754981. OLE color: 754981.
HSL color Cylindrical-coordinate representation of color #25850B: hue angle of 107.21º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25850B is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 133 | 11 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.48 |
| HSL | 107.21º | 0.85% | 0.28% | - |
| HSV(B) | 107.21º | 0.92% | 0.52% | - |
| XYZ | 9.21 | 17.19 | 3.15 | - |
| YUV | 90.39 | 83.2 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 11 | 0.72 | 0 | 0.92 | 0.48 | 107.21 | 0.85 | 0.28 |
| Hex | 25 | 85 | B | 48 | 0 | 5C | 30 | 6B | 55 | 1C |
| Octal | 45 | 205 | 13 | 110 | 0 | 134 | 60 | 153 | 125 | 34 |
| Binary | 100101 | 10000101 | 1011 | 1001000 | 0 | 1011100 | 110000 | 1101011 | 1010101 | 11100 |
Color Harmonies of #25850B
Complementary color
Monochromatic Colors of #25850B
Black with #25850B
Text Example
Text Example
White with #25850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25850B; }
p { color: rgb(37,133,11); }
H1.HeaderClassName
{
color: #25850B;
}
.AnyTagClassName
{
color: #25850B;
}
</style>
background-color css
<style>
a { background-color: #25850B; }
a { background-color: rgb(37,133,11); }
div.DivClassName
{
background-color: #25850B;
}
.BgClassName
{
background-color: #25850B;
}
</style>
border-color css
<style>
span { border-color: #25850B; }
span { border-color: rgb(37,133,11); }
td.TdClassName
{
border-color: #25850B;
}
.TagClassName
{
border-color: #25850B;
}
</style>