Shades of Dark Pastel Green #0BBB2B
Tints of Dark Pastel Green #0BBB2B
RGB
CMYK
RGB Variations
Color information
#0BBB2B (or 0x0BBB2B) is known color: Dark Pastel Green. HEX triplet: 0B, BB and 2B. RGB value is (11,187,43). Sum of RGB (Red+Green+Blue) = 11+187+43=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 187 (73.44% from 255 or 77.59% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBB2B is #F444D4. Grayscale: #767676. Windows color (decimal): -16008405 or 2865931. OLE color: 2865931.
HSL color Cylindrical-coordinate representation of color #0BBB2B: hue angle of 130.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 #0BBB2B is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 43 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.27 |
| HSL | 130.91º | 0.89% | 0.39% | - |
| HSV(B) | 130.91º | 0.94% | 0.73% | - |
| XYZ | 18.34 | 35.79 | 8.23 | - |
| YUV | 117.96 | 85.69 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 43 | 0.94 | 0 | 0.77 | 0.27 | 130.91 | 0.89 | 0.39 |
| Hex | B | BB | 2B | 5E | 0 | 4D | 1B | 83 | 59 | 27 |
| Octal | 13 | 273 | 53 | 136 | 0 | 115 | 33 | 203 | 131 | 47 |
| Binary | 1011 | 10111011 | 101011 | 1011110 | 0 | 1001101 | 11011 | 10000011 | 1011001 | 100111 |
Color Harmonies of #0BBB2B
Complementary color
Monochromatic Colors of #0BBB2B
Black with #0BBB2B
Text Example
Text Example
White with #0BBB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB2B; }
p { color: rgb(11,187,43); }
H1.HeaderClassName
{
color: #0BBB2B;
}
.AnyTagClassName
{
color: #0BBB2B;
}
</style>
background-color css
<style>
a { background-color: #0BBB2B; }
a { background-color: rgb(11,187,43); }
div.DivClassName
{
background-color: #0BBB2B;
}
.BgClassName
{
background-color: #0BBB2B;
}
</style>
border-color css
<style>
span { border-color: #0BBB2B; }
span { border-color: rgb(11,187,43); }
td.TdClassName
{
border-color: #0BBB2B;
}
.TagClassName
{
border-color: #0BBB2B;
}
</style>