Shades of Dark Pastel Green #0BA332
Tints of Dark Pastel Green #0BA332
RGB
CMYK
RGB Variations
Color information
#0BA332 (or 0x0BA332) is known color: Dark Pastel Green. HEX triplet: 0B, A3 and 32. RGB value is (11,163,50). Sum of RGB (Red+Green+Blue) = 11+163+50=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA332 is #F45CCD. Grayscale: #686868. Windows color (decimal): -16014542 or 3318539. OLE color: 3318539.
HSL color Cylindrical-coordinate representation of color #0BA332: hue angle of 135.39º 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 #0BA332 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 163 | 50 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.36 |
| HSL | 135.39º | 0.87% | 0.34% | - |
| HSV(B) | 135.39º | 0.93% | 0.64% | - |
| XYZ | 13.81 | 26.5 | 7.4 | - |
| YUV | 104.67 | 97.14 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 50 | 0.93 | 0 | 0.69 | 0.36 | 135.39 | 0.87 | 0.34 |
| Hex | B | A3 | 32 | 5D | 0 | 45 | 24 | 87 | 57 | 22 |
| Octal | 13 | 243 | 62 | 135 | 0 | 105 | 44 | 207 | 127 | 42 |
| Binary | 1011 | 10100011 | 110010 | 1011101 | 0 | 1000101 | 100100 | 10000111 | 1010111 | 100010 |
Color Harmonies of #0BA332
Complementary color
Monochromatic Colors of #0BA332
Black with #0BA332
Text Example
Text Example
White with #0BA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA332; }
p { color: rgb(11,163,50); }
H1.HeaderClassName
{
color: #0BA332;
}
.AnyTagClassName
{
color: #0BA332;
}
</style>
background-color css
<style>
a { background-color: #0BA332; }
a { background-color: rgb(11,163,50); }
div.DivClassName
{
background-color: #0BA332;
}
.BgClassName
{
background-color: #0BA332;
}
</style>
border-color css
<style>
span { border-color: #0BA332; }
span { border-color: rgb(11,163,50); }
td.TdClassName
{
border-color: #0BA332;
}
.TagClassName
{
border-color: #0BA332;
}
</style>