Shades of Fun Green #0B7032
Tints of Fun Green #0B7032
RGB
CMYK
RGB Variations
Color information
#0B7032 (or 0x0B7032) is known color: Fun Green. HEX triplet: 0B, 70 and 32. RGB value is (11,112,50). Sum of RGB (Red+Green+Blue) = 11+112+50=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7032 is #F48FCD. Grayscale: #4A4A4A. Windows color (decimal): -16027598 or 3305483. OLE color: 3305483.
HSL color Cylindrical-coordinate representation of color #0B7032: hue angle of 143.17º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7032 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 50 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.56 |
| HSL | 143.17º | 0.82% | 0.24% | - |
| HSV(B) | 143.17º | 0.9% | 0.44% | - |
| XYZ | 6.51 | 11.89 | 4.97 | - |
| YUV | 74.73 | 114.04 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 50 | 0.90 | 0 | 0.55 | 0.56 | 143.17 | 0.82 | 0.24 |
| Hex | B | 70 | 32 | 5A | 0 | 37 | 38 | 8F | 52 | 18 |
| Octal | 13 | 160 | 62 | 132 | 0 | 67 | 70 | 217 | 122 | 30 |
| Binary | 1011 | 1110000 | 110010 | 1011010 | 0 | 110111 | 111000 | 10001111 | 1010010 | 11000 |
Color Harmonies of #0B7032
Complementary color
Monochromatic Colors of #0B7032
Black with #0B7032
Text Example
Text Example
White with #0B7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7032; }
p { color: rgb(11,112,50); }
H1.HeaderClassName
{
color: #0B7032;
}
.AnyTagClassName
{
color: #0B7032;
}
</style>
background-color css
<style>
a { background-color: #0B7032; }
a { background-color: rgb(11,112,50); }
div.DivClassName
{
background-color: #0B7032;
}
.BgClassName
{
background-color: #0B7032;
}
</style>
border-color css
<style>
span { border-color: #0B7032; }
span { border-color: rgb(11,112,50); }
td.TdClassName
{
border-color: #0B7032;
}
.TagClassName
{
border-color: #0B7032;
}
</style>