Shades of Dark Pastel Green #0BB946
Tints of Dark Pastel Green #0BB946
RGB
CMYK
RGB Variations
Color information
#0BB946 (or 0x0BB946) is known color: Dark Pastel Green. HEX triplet: 0B, B9 and 46. RGB value is (11,185,70). Sum of RGB (Red+Green+Blue) = 11+185+70=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB946 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB946 is #F446B9. Grayscale: #787878. Windows color (decimal): -16008890 or 4634891. OLE color: 4634891.
HSL color Cylindrical-coordinate representation of color #0BB946: hue angle of 140.34º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB946 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 70 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.27 |
| HSL | 140.34º | 0.89% | 0.38% | - |
| HSV(B) | 140.34º | 0.94% | 0.73% | - |
| XYZ | 18.59 | 35.21 | 11.61 | - |
| YUV | 119.86 | 99.85 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 70 | 0.94 | 0 | 0.62 | 0.27 | 140.34 | 0.89 | 0.38 |
| Hex | B | B9 | 46 | 5E | 0 | 3E | 1B | 8C | 59 | 26 |
| Octal | 13 | 271 | 106 | 136 | 0 | 76 | 33 | 214 | 131 | 46 |
| Binary | 1011 | 10111001 | 1000110 | 1011110 | 0 | 111110 | 11011 | 10001100 | 1011001 | 100110 |
Color Harmonies of #0BB946
Complementary color
Monochromatic Colors of #0BB946
Black with #0BB946
Text Example
Text Example
White with #0BB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB946; }
p { color: rgb(11,185,70); }
H1.HeaderClassName
{
color: #0BB946;
}
.AnyTagClassName
{
color: #0BB946;
}
</style>
background-color css
<style>
a { background-color: #0BB946; }
a { background-color: rgb(11,185,70); }
div.DivClassName
{
background-color: #0BB946;
}
.BgClassName
{
background-color: #0BB946;
}
</style>
border-color css
<style>
span { border-color: #0BB946; }
span { border-color: rgb(11,185,70); }
td.TdClassName
{
border-color: #0BB946;
}
.TagClassName
{
border-color: #0BB946;
}
</style>