Shades of Dark Pastel Green #0BB32D
Tints of Dark Pastel Green #0BB32D
RGB
CMYK
RGB Variations
Color information
#0BB32D (or 0x0BB32D) is known color: Dark Pastel Green. HEX triplet: 0B, B3 and 2D. RGB value is (11,179,45). Sum of RGB (Red+Green+Blue) = 11+179+45=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB32D is #F44CD2. Grayscale: #717171. Windows color (decimal): -16010451 or 2994955. OLE color: 2994955.
HSL color Cylindrical-coordinate representation of color #0BB32D: hue angle of 132.14º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB32D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 179 | 45 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.30 |
| HSL | 132.14º | 0.88% | 0.37% | - |
| HSV(B) | 132.14º | 0.94% | 0.7% | - |
| XYZ | 16.73 | 32.5 | 7.87 | - |
| YUV | 113.49 | 89.34 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 179 | 45 | 0.94 | 0 | 0.75 | 0.30 | 132.14 | 0.88 | 0.37 |
| Hex | B | B3 | 2D | 5E | 0 | 4B | 1E | 84 | 58 | 25 |
| Octal | 13 | 263 | 55 | 136 | 0 | 113 | 36 | 204 | 130 | 45 |
| Binary | 1011 | 10110011 | 101101 | 1011110 | 0 | 1001011 | 11110 | 10000100 | 1011000 | 100101 |
Color Harmonies of #0BB32D
Complementary color
Monochromatic Colors of #0BB32D
Black with #0BB32D
Text Example
Text Example
White with #0BB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB32D; }
p { color: rgb(11,179,45); }
H1.HeaderClassName
{
color: #0BB32D;
}
.AnyTagClassName
{
color: #0BB32D;
}
</style>
background-color css
<style>
a { background-color: #0BB32D; }
a { background-color: rgb(11,179,45); }
div.DivClassName
{
background-color: #0BB32D;
}
.BgClassName
{
background-color: #0BB32D;
}
</style>
border-color css
<style>
span { border-color: #0BB32D; }
span { border-color: rgb(11,179,45); }
td.TdClassName
{
border-color: #0BB32D;
}
.TagClassName
{
border-color: #0BB32D;
}
</style>