Shades of Dark Pastel Green #0BB644
Tints of Dark Pastel Green #0BB644
RGB
CMYK
RGB Variations
Color information
#0BB644 (or 0x0BB644) is known color: Dark Pastel Green. HEX triplet: 0B, B6 and 44. RGB value is (11,182,68). Sum of RGB (Red+Green+Blue) = 11+182+68=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB644 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB644 is #F449BB. Grayscale: #767676. Windows color (decimal): -16009660 or 4503051. OLE color: 4503051.
HSL color Cylindrical-coordinate representation of color #0BB644: hue angle of 140º 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 #0BB644 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 68 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.29 |
| HSL | 140º | 0.89% | 0.38% | - |
| HSV(B) | 140º | 0.94% | 0.71% | - |
| XYZ | 17.91 | 33.94 | 11.08 | - |
| YUV | 117.88 | 99.85 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 68 | 0.94 | 0 | 0.63 | 0.29 | 140 | 0.89 | 0.38 |
| Hex | B | B6 | 44 | 5E | 0 | 3F | 1D | 8C | 59 | 26 |
| Octal | 13 | 266 | 104 | 136 | 0 | 77 | 35 | 214 | 131 | 46 |
| Binary | 1011 | 10110110 | 1000100 | 1011110 | 0 | 111111 | 11101 | 10001100 | 1011001 | 100110 |
Color Harmonies of #0BB644
Complementary color
Monochromatic Colors of #0BB644
Black with #0BB644
Text Example
Text Example
White with #0BB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB644; }
p { color: rgb(11,182,68); }
H1.HeaderClassName
{
color: #0BB644;
}
.AnyTagClassName
{
color: #0BB644;
}
</style>
background-color css
<style>
a { background-color: #0BB644; }
a { background-color: rgb(11,182,68); }
div.DivClassName
{
background-color: #0BB644;
}
.BgClassName
{
background-color: #0BB644;
}
</style>
border-color css
<style>
span { border-color: #0BB644; }
span { border-color: rgb(11,182,68); }
td.TdClassName
{
border-color: #0BB644;
}
.TagClassName
{
border-color: #0BB644;
}
</style>