Shades of Dark Pastel Green #0BBA48
Tints of Dark Pastel Green #0BBA48
RGB
CMYK
RGB Variations
Color information
#0BBA48 (or 0x0BBA48) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 48. RGB value is (11,186,72). Sum of RGB (Red+Green+Blue) = 11+186+72=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA48 is #F445B7. Grayscale: #787878. Windows color (decimal): -16008632 or 4766219. OLE color: 4766219.
HSL color Cylindrical-coordinate representation of color #0BBA48: hue angle of 140.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA48 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 72 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.27 |
| HSL | 140.91º | 0.89% | 0.39% | - |
| HSV(B) | 140.91º | 0.94% | 0.73% | - |
| XYZ | 18.87 | 35.66 | 12.02 | - |
| YUV | 120.68 | 100.52 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 72 | 0.94 | 0 | 0.61 | 0.27 | 140.91 | 0.89 | 0.39 |
| Hex | B | BA | 48 | 5E | 0 | 3D | 1B | 8D | 59 | 27 |
| Octal | 13 | 272 | 110 | 136 | 0 | 75 | 33 | 215 | 131 | 47 |
| Binary | 1011 | 10111010 | 1001000 | 1011110 | 0 | 111101 | 11011 | 10001101 | 1011001 | 100111 |
Color Harmonies of #0BBA48
Complementary color
Monochromatic Colors of #0BBA48
Black with #0BBA48
Text Example
Text Example
White with #0BBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA48; }
p { color: rgb(11,186,72); }
H1.HeaderClassName
{
color: #0BBA48;
}
.AnyTagClassName
{
color: #0BBA48;
}
</style>
background-color css
<style>
a { background-color: #0BBA48; }
a { background-color: rgb(11,186,72); }
div.DivClassName
{
background-color: #0BBA48;
}
.BgClassName
{
background-color: #0BBA48;
}
</style>
border-color css
<style>
span { border-color: #0BBA48; }
span { border-color: rgb(11,186,72); }
td.TdClassName
{
border-color: #0BBA48;
}
.TagClassName
{
border-color: #0BBA48;
}
</style>