Shades of Dark Pastel Green #0BB528
Tints of Dark Pastel Green #0BB528
RGB
CMYK
RGB Variations
Color information
#0BB528 (or 0x0BB528) is known color: Dark Pastel Green. HEX triplet: 0B, B5 and 28. RGB value is (11,181,40). Sum of RGB (Red+Green+Blue) = 11+181+40=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 181 (71.09% from 255 or 78.02% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB528 is #F44AD7. Grayscale: #727272. Windows color (decimal): -16009944 or 2667787. OLE color: 2667787.
HSL color Cylindrical-coordinate representation of color #0BB528: hue angle of 130.24º 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 #0BB528 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 181 | 40 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.29 |
| HSL | 130.24º | 0.89% | 0.38% | - |
| HSV(B) | 130.24º | 0.94% | 0.71% | - |
| XYZ | 17.04 | 33.27 | 7.53 | - |
| YUV | 114.1 | 86.18 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 181 | 40 | 0.94 | 0 | 0.78 | 0.29 | 130.24 | 0.89 | 0.38 |
| Hex | B | B5 | 28 | 5E | 0 | 4E | 1D | 82 | 59 | 26 |
| Octal | 13 | 265 | 50 | 136 | 0 | 116 | 35 | 202 | 131 | 46 |
| Binary | 1011 | 10110101 | 101000 | 1011110 | 0 | 1001110 | 11101 | 10000010 | 1011001 | 100110 |
Color Harmonies of #0BB528
Complementary color
Monochromatic Colors of #0BB528
Black with #0BB528
Text Example
Text Example
White with #0BB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB528; }
p { color: rgb(11,181,40); }
H1.HeaderClassName
{
color: #0BB528;
}
.AnyTagClassName
{
color: #0BB528;
}
</style>
background-color css
<style>
a { background-color: #0BB528; }
a { background-color: rgb(11,181,40); }
div.DivClassName
{
background-color: #0BB528;
}
.BgClassName
{
background-color: #0BB528;
}
</style>
border-color css
<style>
span { border-color: #0BB528; }
span { border-color: rgb(11,181,40); }
td.TdClassName
{
border-color: #0BB528;
}
.TagClassName
{
border-color: #0BB528;
}
</style>