Shades of Dark Pastel Green #0BB643
Tints of Dark Pastel Green #0BB643
RGB
CMYK
RGB Variations
Color information
#0BB643 (or 0x0BB643) is known color: Dark Pastel Green. HEX triplet: 0B, B6 and 43. RGB value is (11,182,67). Sum of RGB (Red+Green+Blue) = 11+182+67=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 182 (71.48% from 255 or 70% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB643 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB643 is #F449BC. Grayscale: #767676. Windows color (decimal): -16009661 or 4437515. OLE color: 4437515.
HSL color Cylindrical-coordinate representation of color #0BB643: hue angle of 139.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB643 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 67 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.29 |
| HSL | 139.65º | 0.89% | 0.38% | - |
| HSV(B) | 139.65º | 0.94% | 0.71% | - |
| XYZ | 17.88 | 33.93 | 10.92 | - |
| YUV | 117.76 | 99.35 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 67 | 0.94 | 0 | 0.63 | 0.29 | 139.65 | 0.89 | 0.38 |
| Hex | B | B6 | 43 | 5E | 0 | 3F | 1D | 8C | 59 | 26 |
| Octal | 13 | 266 | 103 | 136 | 0 | 77 | 35 | 214 | 131 | 46 |
| Binary | 1011 | 10110110 | 1000011 | 1011110 | 0 | 111111 | 11101 | 10001100 | 1011001 | 100110 |
Color Harmonies of #0BB643
Complementary color
Monochromatic Colors of #0BB643
Black with #0BB643
Text Example
Text Example
White with #0BB643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB643; }
p { color: rgb(11,182,67); }
H1.HeaderClassName
{
color: #0BB643;
}
.AnyTagClassName
{
color: #0BB643;
}
</style>
background-color css
<style>
a { background-color: #0BB643; }
a { background-color: rgb(11,182,67); }
div.DivClassName
{
background-color: #0BB643;
}
.BgClassName
{
background-color: #0BB643;
}
</style>
border-color css
<style>
span { border-color: #0BB643; }
span { border-color: rgb(11,182,67); }
td.TdClassName
{
border-color: #0BB643;
}
.TagClassName
{
border-color: #0BB643;
}
</style>