Shades of Dark Pastel Green #0BB622
Tints of Dark Pastel Green #0BB622
RGB
CMYK
RGB Variations
Color information
#0BB622 (or 0x0BB622) is known color: Dark Pastel Green. HEX triplet: 0B, B6 and 22. RGB value is (11,182,34). Sum of RGB (Red+Green+Blue) = 11+182+34=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 182 (71.48% from 255 or 80.18% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB622 is #F449DD. Grayscale: #727272. Windows color (decimal): -16009694 or 2274827. OLE color: 2274827.
HSL color Cylindrical-coordinate representation of color #0BB622: hue angle of 128.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB622 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 34 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.29 |
| HSL | 128.07º | 0.89% | 0.38% | - |
| HSV(B) | 128.07º | 0.94% | 0.71% | - |
| XYZ | 17.15 | 33.64 | 7.1 | - |
| YUV | 114 | 82.85 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 34 | 0.94 | 0 | 0.81 | 0.29 | 128.07 | 0.89 | 0.38 |
| Hex | B | B6 | 22 | 5E | 0 | 51 | 1D | 80 | 59 | 26 |
| Octal | 13 | 266 | 42 | 136 | 0 | 121 | 35 | 200 | 131 | 46 |
| Binary | 1011 | 10110110 | 100010 | 1011110 | 0 | 1010001 | 11101 | 10000000 | 1011001 | 100110 |
Color Harmonies of #0BB622
Complementary color
Monochromatic Colors of #0BB622
Black with #0BB622
Text Example
Text Example
White with #0BB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB622; }
p { color: rgb(11,182,34); }
H1.HeaderClassName
{
color: #0BB622;
}
.AnyTagClassName
{
color: #0BB622;
}
</style>
background-color css
<style>
a { background-color: #0BB622; }
a { background-color: rgb(11,182,34); }
div.DivClassName
{
background-color: #0BB622;
}
.BgClassName
{
background-color: #0BB622;
}
</style>
border-color css
<style>
span { border-color: #0BB622; }
span { border-color: rgb(11,182,34); }
td.TdClassName
{
border-color: #0BB622;
}
.TagClassName
{
border-color: #0BB622;
}
</style>