Shades of Green #0B7303
Tints of Green #0B7303
RGB
CMYK
RGB Variations
Color information
#0B7303 (or 0x0B7303) is known color: Green. HEX triplet: 0B, 73 and 03. RGB value is (11,115,3). Sum of RGB (Red+Green+Blue) = 11+115+3=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 115 (45.31% from 255 or 89.15% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7303 is #F48CFC. Grayscale: #474747. Windows color (decimal): -16026877 or 226059. OLE color: 226059.
HSL color Cylindrical-coordinate representation of color #0B7303: hue angle of 115.71º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B7303 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 3 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.55 |
| HSL | 115.71º | 0.95% | 0.23% | - |
| HSV(B) | 115.71º | 0.97% | 0.45% | - |
| XYZ | 6.29 | 12.34 | 2.14 | - |
| YUV | 71.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 3 | 0.90 | 0 | 0.97 | 0.55 | 115.71 | 0.95 | 0.23 |
| Hex | B | 73 | 3 | 5A | 0 | 61 | 37 | 74 | 5F | 17 |
| Octal | 13 | 163 | 3 | 132 | 0 | 141 | 67 | 164 | 137 | 27 |
| Binary | 1011 | 1110011 | 11 | 1011010 | 0 | 1100001 | 110111 | 1110100 | 1011111 | 10111 |
Color Harmonies of #0B7303
Complementary color
Monochromatic Colors of #0B7303
Black with #0B7303
Text Example
Text Example
White with #0B7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7303; }
p { color: rgb(11,115,3); }
H1.HeaderClassName
{
color: #0B7303;
}
.AnyTagClassName
{
color: #0B7303;
}
</style>
background-color css
<style>
a { background-color: #0B7303; }
a { background-color: rgb(11,115,3); }
div.DivClassName
{
background-color: #0B7303;
}
.BgClassName
{
background-color: #0B7303;
}
</style>
border-color css
<style>
span { border-color: #0B7303; }
span { border-color: rgb(11,115,3); }
td.TdClassName
{
border-color: #0B7303;
}
.TagClassName
{
border-color: #0B7303;
}
</style>