Shades of Green #0B7301
Tints of Green #0B7301
RGB
CMYK
RGB Variations
Color information
#0B7301 (or 0x0B7301) is known color: Green. HEX triplet: 0B, 73 and 01. RGB value is (11,115,1). Sum of RGB (Red+Green+Blue) = 11+115+1=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 115 (45.31% from 255 or 90.55% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7301 is #F48CFE. Grayscale: #474747. Windows color (decimal): -16026879 or 94987. OLE color: 94987.
HSL color Cylindrical-coordinate representation of color #0B7301: hue angle of 114.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B7301 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.55 |
| HSL | 114.74º | 0.98% | 0.23% | - |
| HSV(B) | 114.74º | 0.99% | 0.45% | - |
| XYZ | 6.27 | 12.33 | 2.08 | - |
| YUV | 70.91 | 88.54 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 1 | 0.90 | 0 | 0.99 | 0.55 | 114.74 | 0.98 | 0.23 |
| Hex | B | 73 | 1 | 5A | 0 | 63 | 37 | 73 | 62 | 17 |
| Octal | 13 | 163 | 1 | 132 | 0 | 143 | 67 | 163 | 142 | 27 |
| Binary | 1011 | 1110011 | 1 | 1011010 | 0 | 1100011 | 110111 | 1110011 | 1100010 | 10111 |
Color Harmonies of #0B7301
Complementary color
Monochromatic Colors of #0B7301
Black with #0B7301
Text Example
Text Example
White with #0B7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7301; }
p { color: rgb(11,115,1); }
H1.HeaderClassName
{
color: #0B7301;
}
.AnyTagClassName
{
color: #0B7301;
}
</style>
background-color css
<style>
a { background-color: #0B7301; }
a { background-color: rgb(11,115,1); }
div.DivClassName
{
background-color: #0B7301;
}
.BgClassName
{
background-color: #0B7301;
}
</style>
border-color css
<style>
span { border-color: #0B7301; }
span { border-color: rgb(11,115,1); }
td.TdClassName
{
border-color: #0B7301;
}
.TagClassName
{
border-color: #0B7301;
}
</style>