Shades of Green #0B8502
Tints of Green #0B8502
RGB
CMYK
RGB Variations
Color information
#0B8502 (or 0x0B8502) is known color: Green. HEX triplet: 0B, 85 and 02. RGB value is (11,133,2). Sum of RGB (Red+Green+Blue) = 11+133+2=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 133 (52.34% from 255 or 91.10% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 133 - color contains mainly: green. Hex color #0B8502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8502 is #F47AFD. Grayscale: #515151. Windows color (decimal): -16022270 or 165131. OLE color: 165131.
HSL color Cylindrical-coordinate representation of color #0B8502: hue angle of 115.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B8502 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.48 |
| HSL | 115.88º | 0.97% | 0.26% | - |
| HSV(B) | 115.88º | 0.98% | 0.52% | - |
| XYZ | 8.54 | 16.85 | 2.86 | - |
| YUV | 81.59 | 83.08 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 2 | 0.92 | 0 | 0.98 | 0.48 | 115.88 | 0.97 | 0.26 |
| Hex | B | 85 | 2 | 5C | 0 | 62 | 30 | 74 | 61 | 1A |
| Octal | 13 | 205 | 2 | 134 | 0 | 142 | 60 | 164 | 141 | 32 |
| Binary | 1011 | 10000101 | 10 | 1011100 | 0 | 1100010 | 110000 | 1110100 | 1100001 | 11010 |
Color Harmonies of #0B8502
Complementary color
Monochromatic Colors of #0B8502
Black with #0B8502
Text Example
Text Example
White with #0B8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8502; }
p { color: rgb(11,133,2); }
H1.HeaderClassName
{
color: #0B8502;
}
.AnyTagClassName
{
color: #0B8502;
}
</style>
background-color css
<style>
a { background-color: #0B8502; }
a { background-color: rgb(11,133,2); }
div.DivClassName
{
background-color: #0B8502;
}
.BgClassName
{
background-color: #0B8502;
}
</style>
border-color css
<style>
span { border-color: #0B8502; }
span { border-color: rgb(11,133,2); }
td.TdClassName
{
border-color: #0B8502;
}
.TagClassName
{
border-color: #0B8502;
}
</style>