Shades of Green #0B731C
Tints of Green #0B731C
RGB
CMYK
RGB Variations
Color information
#0B731C (or 0x0B731C) is known color: Green. HEX triplet: 0B, 73 and 1C. RGB value is (11,115,28). Sum of RGB (Red+Green+Blue) = 11+115+28=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #0B731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B731C is #F48CE3. Grayscale: #4A4A4A. Windows color (decimal): -16026852 or 1864459. OLE color: 1864459.
HSL color Cylindrical-coordinate representation of color #0B731C: hue angle of 129.81º 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 #0B731C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 28 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.55 |
| HSL | 129.81º | 0.83% | 0.25% | - |
| HSV(B) | 129.81º | 0.9% | 0.45% | - |
| XYZ | 6.48 | 12.42 | 3.15 | - |
| YUV | 73.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 28 | 0.90 | 0 | 0.76 | 0.55 | 129.81 | 0.83 | 0.25 |
| Hex | B | 73 | 1C | 5A | 0 | 4C | 37 | 82 | 53 | 19 |
| Octal | 13 | 163 | 34 | 132 | 0 | 114 | 67 | 202 | 123 | 31 |
| Binary | 1011 | 1110011 | 11100 | 1011010 | 0 | 1001100 | 110111 | 10000010 | 1010011 | 11001 |
Color Harmonies of #0B731C
Complementary color
Monochromatic Colors of #0B731C
Black with #0B731C
Text Example
Text Example
White with #0B731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B731C; }
p { color: rgb(11,115,28); }
H1.HeaderClassName
{
color: #0B731C;
}
.AnyTagClassName
{
color: #0B731C;
}
</style>
background-color css
<style>
a { background-color: #0B731C; }
a { background-color: rgb(11,115,28); }
div.DivClassName
{
background-color: #0B731C;
}
.BgClassName
{
background-color: #0B731C;
}
</style>
border-color css
<style>
span { border-color: #0B731C; }
span { border-color: rgb(11,115,28); }
td.TdClassName
{
border-color: #0B731C;
}
.TagClassName
{
border-color: #0B731C;
}
</style>