Shades of Forest Green #0B952C
Tints of Forest Green #0B952C
RGB
CMYK
RGB Variations
Color information
#0B952C (or 0x0B952C) is known color: Forest Green. HEX triplet: 0B, 95 and 2C. RGB value is (11,149,44). Sum of RGB (Red+Green+Blue) = 11+149+44=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #0B952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B952C is #F46AD3. Grayscale: #606060. Windows color (decimal): -16018132 or 2921739. OLE color: 2921739.
HSL color Cylindrical-coordinate representation of color #0B952C: hue angle of 134.35º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B952C is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 149 | 44 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.42 |
| HSL | 134.35º | 0.86% | 0.31% | - |
| HSV(B) | 134.35º | 0.93% | 0.58% | - |
| XYZ | 11.34 | 21.75 | 5.98 | - |
| YUV | 95.77 | 98.78 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 149 | 44 | 0.93 | 0 | 0.70 | 0.42 | 134.35 | 0.86 | 0.31 |
| Hex | B | 95 | 2C | 5D | 0 | 46 | 2A | 86 | 56 | 1F |
| Octal | 13 | 225 | 54 | 135 | 0 | 106 | 52 | 206 | 126 | 37 |
| Binary | 1011 | 10010101 | 101100 | 1011101 | 0 | 1000110 | 101010 | 10000110 | 1010110 | 11111 |
Color Harmonies of #0B952C
Complementary color
Monochromatic Colors of #0B952C
Black with #0B952C
Text Example
Text Example
White with #0B952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B952C; }
p { color: rgb(11,149,44); }
H1.HeaderClassName
{
color: #0B952C;
}
.AnyTagClassName
{
color: #0B952C;
}
</style>
background-color css
<style>
a { background-color: #0B952C; }
a { background-color: rgb(11,149,44); }
div.DivClassName
{
background-color: #0B952C;
}
.BgClassName
{
background-color: #0B952C;
}
</style>
border-color css
<style>
span { border-color: #0B952C; }
span { border-color: rgb(11,149,44); }
td.TdClassName
{
border-color: #0B952C;
}
.TagClassName
{
border-color: #0B952C;
}
</style>