Shades of Dark Pastel Green #0BA330
Tints of Dark Pastel Green #0BA330
RGB
CMYK
RGB Variations
Color information
#0BA330 (or 0x0BA330) is known color: Dark Pastel Green. HEX triplet: 0B, A3 and 30. RGB value is (11,163,48). Sum of RGB (Red+Green+Blue) = 11+163+48=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 163 (64.06% from 255 or 73.42% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA330 is #F45CCF. Grayscale: #686868. Windows color (decimal): -16014544 or 3187467. OLE color: 3187467.
HSL color Cylindrical-coordinate representation of color #0BA330: hue angle of 134.61º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA330 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 163 | 48 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.36 |
| HSL | 134.61º | 0.87% | 0.34% | - |
| HSV(B) | 134.61º | 0.93% | 0.64% | - |
| XYZ | 13.77 | 26.48 | 7.18 | - |
| YUV | 104.44 | 96.14 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 48 | 0.93 | 0 | 0.71 | 0.36 | 134.61 | 0.87 | 0.34 |
| Hex | B | A3 | 30 | 5D | 0 | 47 | 24 | 87 | 57 | 22 |
| Octal | 13 | 243 | 60 | 135 | 0 | 107 | 44 | 207 | 127 | 42 |
| Binary | 1011 | 10100011 | 110000 | 1011101 | 0 | 1000111 | 100100 | 10000111 | 1010111 | 100010 |
Color Harmonies of #0BA330
Complementary color
Monochromatic Colors of #0BA330
Black with #0BA330
Text Example
Text Example
White with #0BA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA330; }
p { color: rgb(11,163,48); }
H1.HeaderClassName
{
color: #0BA330;
}
.AnyTagClassName
{
color: #0BA330;
}
</style>
background-color css
<style>
a { background-color: #0BA330; }
a { background-color: rgb(11,163,48); }
div.DivClassName
{
background-color: #0BA330;
}
.BgClassName
{
background-color: #0BA330;
}
</style>
border-color css
<style>
span { border-color: #0BA330; }
span { border-color: rgb(11,163,48); }
td.TdClassName
{
border-color: #0BA330;
}
.TagClassName
{
border-color: #0BA330;
}
</style>