Shades of Forest Green #0B9025
Tints of Forest Green #0B9025
RGB
CMYK
RGB Variations
Color information
#0B9025 (or 0x0B9025) is known color: Forest Green. HEX triplet: 0B, 90 and 25. RGB value is (11,144,37). Sum of RGB (Red+Green+Blue) = 11+144+37=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 144 (56.64% from 255 or 75% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 144 - color contains mainly: green. Hex color #0B9025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9025 is #F46FDA. Grayscale: #5C5C5C. Windows color (decimal): -16019419 or 2461707. OLE color: 2461707.
HSL color Cylindrical-coordinate representation of color #0B9025: hue angle of 131.73º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9025 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 144 | 37 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.44 |
| HSL | 131.73º | 0.86% | 0.3% | - |
| HSV(B) | 131.73º | 0.92% | 0.56% | - |
| XYZ | 10.45 | 20.15 | 5.09 | - |
| YUV | 92.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 37 | 0.92 | 0 | 0.74 | 0.44 | 131.73 | 0.86 | 0.3 |
| Hex | B | 90 | 25 | 5C | 0 | 4A | 2C | 84 | 56 | 1E |
| Octal | 13 | 220 | 45 | 134 | 0 | 112 | 54 | 204 | 126 | 36 |
| Binary | 1011 | 10010000 | 100101 | 1011100 | 0 | 1001010 | 101100 | 10000100 | 1010110 | 11110 |
Color Harmonies of #0B9025
Complementary color
Monochromatic Colors of #0B9025
Black with #0B9025
Text Example
Text Example
White with #0B9025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9025; }
p { color: rgb(11,144,37); }
H1.HeaderClassName
{
color: #0B9025;
}
.AnyTagClassName
{
color: #0B9025;
}
</style>
background-color css
<style>
a { background-color: #0B9025; }
a { background-color: rgb(11,144,37); }
div.DivClassName
{
background-color: #0B9025;
}
.BgClassName
{
background-color: #0B9025;
}
</style>
border-color css
<style>
span { border-color: #0B9025; }
span { border-color: rgb(11,144,37); }
td.TdClassName
{
border-color: #0B9025;
}
.TagClassName
{
border-color: #0B9025;
}
</style>