Shades of Dark Pastel Green #0BC049
Tints of Dark Pastel Green #0BC049
RGB
CMYK
RGB Variations
Color information
#0BC049 (or 0x0BC049) is known color: Dark Pastel Green. HEX triplet: 0B, C0 and 49. RGB value is (11,192,73). Sum of RGB (Red+Green+Blue) = 11+192+73=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC049 is #F43FB6. Grayscale: #7C7C7C. Windows color (decimal): -16007095 or 4833291. OLE color: 4833291.
HSL color Cylindrical-coordinate representation of color #0BC049: hue angle of 140.55º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC049 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 73 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.25 |
| HSL | 140.55º | 0.89% | 0.4% | - |
| HSV(B) | 140.55º | 0.94% | 0.75% | - |
| XYZ | 20.19 | 38.25 | 12.62 | - |
| YUV | 124.32 | 99.03 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 73 | 0.94 | 0 | 0.62 | 0.25 | 140.55 | 0.89 | 0.4 |
| Hex | B | C0 | 49 | 5E | 0 | 3E | 19 | 8D | 59 | 28 |
| Octal | 13 | 300 | 111 | 136 | 0 | 76 | 31 | 215 | 131 | 50 |
| Binary | 1011 | 11000000 | 1001001 | 1011110 | 0 | 111110 | 11001 | 10001101 | 1011001 | 101000 |
Color Harmonies of #0BC049
Complementary color
Monochromatic Colors of #0BC049
Black with #0BC049
Text Example
Text Example
White with #0BC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC049; }
p { color: rgb(11,192,73); }
H1.HeaderClassName
{
color: #0BC049;
}
.AnyTagClassName
{
color: #0BC049;
}
</style>
background-color css
<style>
a { background-color: #0BC049; }
a { background-color: rgb(11,192,73); }
div.DivClassName
{
background-color: #0BC049;
}
.BgClassName
{
background-color: #0BC049;
}
</style>
border-color css
<style>
span { border-color: #0BC049; }
span { border-color: rgb(11,192,73); }
td.TdClassName
{
border-color: #0BC049;
}
.TagClassName
{
border-color: #0BC049;
}
</style>