Shades of Green #0B7002
Tints of Green #0B7002
RGB
CMYK
RGB Variations
Color information
#0B7002 (or 0x0B7002) is known color: Green. HEX triplet: 0B, 70 and 02. RGB value is (11,112,2). Sum of RGB (Red+Green+Blue) = 11+112+2=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 112 (44.14% from 255 or 89.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7002 is #F48FFD. Grayscale: #454545. Windows color (decimal): -16027646 or 159755. OLE color: 159755.
HSL color Cylindrical-coordinate representation of color #0B7002: hue angle of 115.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B7002 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 2 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.56 |
| HSL | 115.09º | 0.96% | 0.22% | - |
| HSV(B) | 115.09º | 0.98% | 0.44% | - |
| XYZ | 5.94 | 11.66 | 2 | - |
| YUV | 69.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 2 | 0.90 | 0 | 0.98 | 0.56 | 115.09 | 0.96 | 0.22 |
| Hex | B | 70 | 2 | 5A | 0 | 62 | 38 | 73 | 60 | 16 |
| Octal | 13 | 160 | 2 | 132 | 0 | 142 | 70 | 163 | 140 | 26 |
| Binary | 1011 | 1110000 | 10 | 1011010 | 0 | 1100010 | 111000 | 1110011 | 1100000 | 10110 |
Color Harmonies of #0B7002
Complementary color
Monochromatic Colors of #0B7002
Black with #0B7002
Text Example
Text Example
White with #0B7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7002; }
p { color: rgb(11,112,2); }
H1.HeaderClassName
{
color: #0B7002;
}
.AnyTagClassName
{
color: #0B7002;
}
</style>
background-color css
<style>
a { background-color: #0B7002; }
a { background-color: rgb(11,112,2); }
div.DivClassName
{
background-color: #0B7002;
}
.BgClassName
{
background-color: #0B7002;
}
</style>
border-color css
<style>
span { border-color: #0B7002; }
span { border-color: rgb(11,112,2); }
td.TdClassName
{
border-color: #0B7002;
}
.TagClassName
{
border-color: #0B7002;
}
</style>