Shades of Green #0B8C03
Tints of Green #0B8C03
RGB
CMYK
RGB Variations
Color information
#0B8C03 (or 0x0B8C03) is known color: Green. HEX triplet: 0B, 8C and 03. RGB value is (11,140,3). Sum of RGB (Red+Green+Blue) = 11+140+3=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 140 (55.08% from 255 or 90.91% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 140 - color contains mainly: green. Hex color #0B8C03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8C03 is #F473FC. Grayscale: #565656. Windows color (decimal): -16020477 or 232459. OLE color: 232459.
HSL color Cylindrical-coordinate representation of color #0B8C03: hue angle of 116.5º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B8C03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 140 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.45 |
| HSL | 116.5º | 0.96% | 0.28% | - |
| HSV(B) | 116.5º | 0.98% | 0.55% | - |
| XYZ | 9.53 | 18.83 | 3.22 | - |
| YUV | 85.81 | 81.26 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 140 | 3 | 0.92 | 0 | 0.98 | 0.45 | 116.5 | 0.96 | 0.28 |
| Hex | B | 8C | 3 | 5C | 0 | 62 | 2D | 74 | 60 | 1C |
| Octal | 13 | 214 | 3 | 134 | 0 | 142 | 55 | 164 | 140 | 34 |
| Binary | 1011 | 10001100 | 11 | 1011100 | 0 | 1100010 | 101101 | 1110100 | 1100000 | 11100 |
Color Harmonies of #0B8C03
Complementary color
Monochromatic Colors of #0B8C03
Black with #0B8C03
Text Example
Text Example
White with #0B8C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8C03; }
p { color: rgb(11,140,3); }
H1.HeaderClassName
{
color: #0B8C03;
}
.AnyTagClassName
{
color: #0B8C03;
}
</style>
background-color css
<style>
a { background-color: #0B8C03; }
a { background-color: rgb(11,140,3); }
div.DivClassName
{
background-color: #0B8C03;
}
.BgClassName
{
background-color: #0B8C03;
}
</style>
border-color css
<style>
span { border-color: #0B8C03; }
span { border-color: rgb(11,140,3); }
td.TdClassName
{
border-color: #0B8C03;
}
.TagClassName
{
border-color: #0B8C03;
}
</style>