Shades of Dark Pastel Green #0BB939
Tints of Dark Pastel Green #0BB939
RGB
CMYK
RGB Variations
Color information
#0BB939 (or 0x0BB939) is known color: Dark Pastel Green. HEX triplet: 0B, B9 and 39. RGB value is (11,185,57). Sum of RGB (Red+Green+Blue) = 11+185+57=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 185 (72.66% from 255 or 73.12% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB939 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB939 is #F446C6. Grayscale: #767676. Windows color (decimal): -16008903 or 3782923. OLE color: 3782923.
HSL color Cylindrical-coordinate representation of color #0BB939: hue angle of 135.86º 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 #0BB939 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 57 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.27 |
| HSL | 135.86º | 0.89% | 0.38% | - |
| HSV(B) | 135.86º | 0.94% | 0.73% | - |
| XYZ | 18.23 | 35.06 | 9.68 | - |
| YUV | 118.38 | 93.35 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 57 | 0.94 | 0 | 0.69 | 0.27 | 135.86 | 0.89 | 0.38 |
| Hex | B | B9 | 39 | 5E | 0 | 45 | 1B | 88 | 59 | 26 |
| Octal | 13 | 271 | 71 | 136 | 0 | 105 | 33 | 210 | 131 | 46 |
| Binary | 1011 | 10111001 | 111001 | 1011110 | 0 | 1000101 | 11011 | 10001000 | 1011001 | 100110 |
Color Harmonies of #0BB939
Complementary color
Monochromatic Colors of #0BB939
Black with #0BB939
Text Example
Text Example
White with #0BB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB939; }
p { color: rgb(11,185,57); }
H1.HeaderClassName
{
color: #0BB939;
}
.AnyTagClassName
{
color: #0BB939;
}
</style>
background-color css
<style>
a { background-color: #0BB939; }
a { background-color: rgb(11,185,57); }
div.DivClassName
{
background-color: #0BB939;
}
.BgClassName
{
background-color: #0BB939;
}
</style>
border-color css
<style>
span { border-color: #0BB939; }
span { border-color: rgb(11,185,57); }
td.TdClassName
{
border-color: #0BB939;
}
.TagClassName
{
border-color: #0BB939;
}
</style>