Shades of Dark Pastel Green #0BB72D
Tints of Dark Pastel Green #0BB72D
RGB
CMYK
RGB Variations
Color information
#0BB72D (or 0x0BB72D) is known color: Dark Pastel Green. HEX triplet: 0B, B7 and 2D. RGB value is (11,183,45). Sum of RGB (Red+Green+Blue) = 11+183+45=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 183 (71.88% from 255 or 76.57% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB72D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB72D is #F448D2. Grayscale: #747474. Windows color (decimal): -16009427 or 2995979. OLE color: 2995979.
HSL color Cylindrical-coordinate representation of color #0BB72D: hue angle of 131.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB72D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 183 | 45 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.28 |
| HSL | 131.86º | 0.89% | 0.38% | - |
| HSV(B) | 131.86º | 0.94% | 0.72% | - |
| XYZ | 17.55 | 34.13 | 8.15 | - |
| YUV | 115.84 | 88.02 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 45 | 0.94 | 0 | 0.75 | 0.28 | 131.86 | 0.89 | 0.38 |
| Hex | B | B7 | 2D | 5E | 0 | 4B | 1C | 84 | 59 | 26 |
| Octal | 13 | 267 | 55 | 136 | 0 | 113 | 34 | 204 | 131 | 46 |
| Binary | 1011 | 10110111 | 101101 | 1011110 | 0 | 1001011 | 11100 | 10000100 | 1011001 | 100110 |
Color Harmonies of #0BB72D
Complementary color
Monochromatic Colors of #0BB72D
Black with #0BB72D
Text Example
Text Example
White with #0BB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB72D; }
p { color: rgb(11,183,45); }
H1.HeaderClassName
{
color: #0BB72D;
}
.AnyTagClassName
{
color: #0BB72D;
}
</style>
background-color css
<style>
a { background-color: #0BB72D; }
a { background-color: rgb(11,183,45); }
div.DivClassName
{
background-color: #0BB72D;
}
.BgClassName
{
background-color: #0BB72D;
}
</style>
border-color css
<style>
span { border-color: #0BB72D; }
span { border-color: rgb(11,183,45); }
td.TdClassName
{
border-color: #0BB72D;
}
.TagClassName
{
border-color: #0BB72D;
}
</style>