Shades of Green #0B721C
Tints of Green #0B721C
RGB
CMYK
RGB Variations
Color information
#0B721C (or 0x0B721C) is known color: Green. HEX triplet: 0B, 72 and 1C. RGB value is (11,114,28). Sum of RGB (Red+Green+Blue) = 11+114+28=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 114 (44.92% from 255 or 74.51% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 114 - color contains mainly: green. Hex color #0B721C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B721C is #F48DE3. Grayscale: #494949. Windows color (decimal): -16027108 or 1864203. OLE color: 1864203.
HSL color Cylindrical-coordinate representation of color #0B721C: hue angle of 129.9º 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 #0B721C is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 114 | 28 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.55 |
| HSL | 129.9º | 0.82% | 0.25% | - |
| HSV(B) | 129.9º | 0.9% | 0.45% | - |
| XYZ | 6.36 | 12.19 | 3.12 | - |
| YUV | 73.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 28 | 0.90 | 0 | 0.75 | 0.55 | 129.9 | 0.82 | 0.25 |
| Hex | B | 72 | 1C | 5A | 0 | 4B | 37 | 82 | 52 | 19 |
| Octal | 13 | 162 | 34 | 132 | 0 | 113 | 67 | 202 | 122 | 31 |
| Binary | 1011 | 1110010 | 11100 | 1011010 | 0 | 1001011 | 110111 | 10000010 | 1010010 | 11001 |
Color Harmonies of #0B721C
Complementary color
Monochromatic Colors of #0B721C
Black with #0B721C
Text Example
Text Example
White with #0B721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B721C; }
p { color: rgb(11,114,28); }
H1.HeaderClassName
{
color: #0B721C;
}
.AnyTagClassName
{
color: #0B721C;
}
</style>
background-color css
<style>
a { background-color: #0B721C; }
a { background-color: rgb(11,114,28); }
div.DivClassName
{
background-color: #0B721C;
}
.BgClassName
{
background-color: #0B721C;
}
</style>
border-color css
<style>
span { border-color: #0B721C; }
span { border-color: rgb(11,114,28); }
td.TdClassName
{
border-color: #0B721C;
}
.TagClassName
{
border-color: #0B721C;
}
</style>