Shades of Green #0B730F
Tints of Green #0B730F
RGB
CMYK
RGB Variations
Color information
#0B730F (or 0x0B730F) is known color: Green. HEX triplet: 0B, 73 and 0F. RGB value is (11,115,15). Sum of RGB (Red+Green+Blue) = 11+115+15=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #0B730F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B730F is #F48CF0. Grayscale: #484848. Windows color (decimal): -16026865 or 1012491. OLE color: 1012491.
HSL color Cylindrical-coordinate representation of color #0B730F: hue angle of 122.31º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B730F is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 15 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.55 |
| HSL | 122.31º | 0.83% | 0.25% | - |
| HSV(B) | 122.31º | 0.9% | 0.45% | - |
| XYZ | 6.35 | 12.37 | 2.5 | - |
| YUV | 72.5 | 95.54 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 15 | 0.90 | 0 | 0.87 | 0.55 | 122.31 | 0.83 | 0.25 |
| Hex | B | 73 | F | 5A | 0 | 57 | 37 | 7A | 53 | 19 |
| Octal | 13 | 163 | 17 | 132 | 0 | 127 | 67 | 172 | 123 | 31 |
| Binary | 1011 | 1110011 | 1111 | 1011010 | 0 | 1010111 | 110111 | 1111010 | 1010011 | 11001 |
Color Harmonies of #0B730F
Complementary color
Monochromatic Colors of #0B730F
Black with #0B730F
Text Example
Text Example
White with #0B730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B730F; }
p { color: rgb(11,115,15); }
H1.HeaderClassName
{
color: #0B730F;
}
.AnyTagClassName
{
color: #0B730F;
}
</style>
background-color css
<style>
a { background-color: #0B730F; }
a { background-color: rgb(11,115,15); }
div.DivClassName
{
background-color: #0B730F;
}
.BgClassName
{
background-color: #0B730F;
}
</style>
border-color css
<style>
span { border-color: #0B730F; }
span { border-color: rgb(11,115,15); }
td.TdClassName
{
border-color: #0B730F;
}
.TagClassName
{
border-color: #0B730F;
}
</style>