Shades of Forest Green #0BA324
Tints of Forest Green #0BA324
RGB
CMYK
RGB Variations
Color information
#0BA324 (or 0x0BA324) is known color: Forest Green. HEX triplet: 0B, A3 and 24. RGB value is (11,163,36). Sum of RGB (Red+Green+Blue) = 11+163+36=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 163 (64.06% from 255 or 77.62% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA324 is #F45CDB. Grayscale: #676767. Windows color (decimal): -16014556 or 2401035. OLE color: 2401035.
HSL color Cylindrical-coordinate representation of color #0BA324: hue angle of 129.87º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA324 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 163 | 36 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.36 |
| HSL | 129.87º | 0.87% | 0.34% | - |
| HSV(B) | 129.87º | 0.93% | 0.64% | - |
| XYZ | 13.55 | 26.39 | 6.05 | - |
| YUV | 103.07 | 90.14 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 36 | 0.93 | 0 | 0.78 | 0.36 | 129.87 | 0.87 | 0.34 |
| Hex | B | A3 | 24 | 5D | 0 | 4E | 24 | 82 | 57 | 22 |
| Octal | 13 | 243 | 44 | 135 | 0 | 116 | 44 | 202 | 127 | 42 |
| Binary | 1011 | 10100011 | 100100 | 1011101 | 0 | 1001110 | 100100 | 10000010 | 1010111 | 100010 |
Color Harmonies of #0BA324
Complementary color
Monochromatic Colors of #0BA324
Black with #0BA324
Text Example
Text Example
White with #0BA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA324; }
p { color: rgb(11,163,36); }
H1.HeaderClassName
{
color: #0BA324;
}
.AnyTagClassName
{
color: #0BA324;
}
</style>
background-color css
<style>
a { background-color: #0BA324; }
a { background-color: rgb(11,163,36); }
div.DivClassName
{
background-color: #0BA324;
}
.BgClassName
{
background-color: #0BA324;
}
</style>
border-color css
<style>
span { border-color: #0BA324; }
span { border-color: rgb(11,163,36); }
td.TdClassName
{
border-color: #0BA324;
}
.TagClassName
{
border-color: #0BA324;
}
</style>