Shades of Dark Pastel Green #0BBB45
Tints of Dark Pastel Green #0BBB45
RGB
CMYK
RGB Variations
Color information
#0BBB45 (or 0x0BBB45) is known color: Dark Pastel Green. HEX triplet: 0B, BB and 45. RGB value is (11,187,69). Sum of RGB (Red+Green+Blue) = 11+187+69=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 187 (73.44% from 255 or 70.04% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBB45 is #F444BA. Grayscale: #797979. Windows color (decimal): -16008379 or 4569867. OLE color: 4569867.
HSL color Cylindrical-coordinate representation of color #0BBB45: hue angle of 139.77º 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 #0BBB45 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 69 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.27 |
| HSL | 139.77º | 0.89% | 0.39% | - |
| HSV(B) | 139.77º | 0.94% | 0.73% | - |
| XYZ | 18.98 | 36.04 | 11.59 | - |
| YUV | 120.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 69 | 0.94 | 0 | 0.63 | 0.27 | 139.77 | 0.89 | 0.39 |
| Hex | B | BB | 45 | 5E | 0 | 3F | 1B | 8C | 59 | 27 |
| Octal | 13 | 273 | 105 | 136 | 0 | 77 | 33 | 214 | 131 | 47 |
| Binary | 1011 | 10111011 | 1000101 | 1011110 | 0 | 111111 | 11011 | 10001100 | 1011001 | 100111 |
Color Harmonies of #0BBB45
Complementary color
Monochromatic Colors of #0BBB45
Black with #0BBB45
Text Example
Text Example
White with #0BBB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB45; }
p { color: rgb(11,187,69); }
H1.HeaderClassName
{
color: #0BBB45;
}
.AnyTagClassName
{
color: #0BBB45;
}
</style>
background-color css
<style>
a { background-color: #0BBB45; }
a { background-color: rgb(11,187,69); }
div.DivClassName
{
background-color: #0BBB45;
}
.BgClassName
{
background-color: #0BBB45;
}
</style>
border-color css
<style>
span { border-color: #0BBB45; }
span { border-color: rgb(11,187,69); }
td.TdClassName
{
border-color: #0BBB45;
}
.TagClassName
{
border-color: #0BBB45;
}
</style>