Shades of Green #0B721B
Tints of Green #0B721B
RGB
CMYK
RGB Variations
Color information
#0B721B (or 0x0B721B) is known color: Green. HEX triplet: 0B, 72 and 1B. RGB value is (11,114,27). Sum of RGB (Red+Green+Blue) = 11+114+27=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #0B721B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B721B is #F48DE4. Grayscale: #494949. Windows color (decimal): -16027109 or 1798667. OLE color: 1798667.
HSL color Cylindrical-coordinate representation of color #0B721B: hue angle of 129.32º degrees, saturation: 0.82, 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 #0B721B is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 114 | 27 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.55 |
| HSL | 129.32º | 0.82% | 0.25% | - |
| HSV(B) | 129.32º | 0.9% | 0.45% | - |
| XYZ | 6.35 | 12.18 | 3.05 | - |
| YUV | 73.29 | 101.88 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 27 | 0.90 | 0 | 0.76 | 0.55 | 129.32 | 0.82 | 0.25 |
| Hex | B | 72 | 1B | 5A | 0 | 4C | 37 | 81 | 52 | 19 |
| Octal | 13 | 162 | 33 | 132 | 0 | 114 | 67 | 201 | 122 | 31 |
| Binary | 1011 | 1110010 | 11011 | 1011010 | 0 | 1001100 | 110111 | 10000001 | 1010010 | 11001 |
Color Harmonies of #0B721B
Complementary color
Monochromatic Colors of #0B721B
Black with #0B721B
Text Example
Text Example
White with #0B721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B721B; }
p { color: rgb(11,114,27); }
H1.HeaderClassName
{
color: #0B721B;
}
.AnyTagClassName
{
color: #0B721B;
}
</style>
background-color css
<style>
a { background-color: #0B721B; }
a { background-color: rgb(11,114,27); }
div.DivClassName
{
background-color: #0B721B;
}
.BgClassName
{
background-color: #0B721B;
}
</style>
border-color css
<style>
span { border-color: #0B721B; }
span { border-color: rgb(11,114,27); }
td.TdClassName
{
border-color: #0B721B;
}
.TagClassName
{
border-color: #0B721B;
}
</style>