Shades of Dark Pastel Green #0BBA3B
Tints of Dark Pastel Green #0BBA3B
RGB
CMYK
RGB Variations
Color information
#0BBA3B (or 0x0BBA3B) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 3B. RGB value is (11,186,59). Sum of RGB (Red+Green+Blue) = 11+186+59=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA3B is #F445C4. Grayscale: #777777. Windows color (decimal): -16008645 or 3914251. OLE color: 3914251.
HSL color Cylindrical-coordinate representation of color #0BBA3B: hue angle of 136.46º 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 #0BBA3B is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 59 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.27 |
| HSL | 136.46º | 0.89% | 0.39% | - |
| HSV(B) | 136.46º | 0.94% | 0.73% | - |
| XYZ | 18.49 | 35.5 | 10.02 | - |
| YUV | 119.2 | 94.02 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 59 | 0.94 | 0 | 0.68 | 0.27 | 136.46 | 0.89 | 0.39 |
| Hex | B | BA | 3B | 5E | 0 | 44 | 1B | 88 | 59 | 27 |
| Octal | 13 | 272 | 73 | 136 | 0 | 104 | 33 | 210 | 131 | 47 |
| Binary | 1011 | 10111010 | 111011 | 1011110 | 0 | 1000100 | 11011 | 10001000 | 1011001 | 100111 |
Color Harmonies of #0BBA3B
Complementary color
Monochromatic Colors of #0BBA3B
Black with #0BBA3B
Text Example
Text Example
White with #0BBA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA3B; }
p { color: rgb(11,186,59); }
H1.HeaderClassName
{
color: #0BBA3B;
}
.AnyTagClassName
{
color: #0BBA3B;
}
</style>
background-color css
<style>
a { background-color: #0BBA3B; }
a { background-color: rgb(11,186,59); }
div.DivClassName
{
background-color: #0BBA3B;
}
.BgClassName
{
background-color: #0BBA3B;
}
</style>
border-color css
<style>
span { border-color: #0BBA3B; }
span { border-color: rgb(11,186,59); }
td.TdClassName
{
border-color: #0BBA3B;
}
.TagClassName
{
border-color: #0BBA3B;
}
</style>