Shades of Dark Pastel Green #0BA827
Tints of Dark Pastel Green #0BA827
RGB
CMYK
RGB Variations
Color information
#0BA827 (or 0x0BA827) is known color: Dark Pastel Green. HEX triplet: 0B, A8 and 27. RGB value is (11,168,39). Sum of RGB (Red+Green+Blue) = 11+168+39=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 168 (66.02% from 255 or 77.06% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA827 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA827 is #F457D8. Grayscale: #6A6A6A. Windows color (decimal): -16013273 or 2598923. OLE color: 2598923.
HSL color Cylindrical-coordinate representation of color #0BA827: hue angle of 130.7º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA827 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 168 | 39 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.34 |
| HSL | 130.7º | 0.88% | 0.35% | - |
| HSV(B) | 130.7º | 0.93% | 0.66% | - |
| XYZ | 14.51 | 28.22 | 6.6 | - |
| YUV | 106.35 | 89.99 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 39 | 0.93 | 0 | 0.77 | 0.34 | 130.7 | 0.88 | 0.35 |
| Hex | B | A8 | 27 | 5D | 0 | 4D | 22 | 83 | 58 | 23 |
| Octal | 13 | 250 | 47 | 135 | 0 | 115 | 42 | 203 | 130 | 43 |
| Binary | 1011 | 10101000 | 100111 | 1011101 | 0 | 1001101 | 100010 | 10000011 | 1011000 | 100011 |
Color Harmonies of #0BA827
Complementary color
Monochromatic Colors of #0BA827
Black with #0BA827
Text Example
Text Example
White with #0BA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA827; }
p { color: rgb(11,168,39); }
H1.HeaderClassName
{
color: #0BA827;
}
.AnyTagClassName
{
color: #0BA827;
}
</style>
background-color css
<style>
a { background-color: #0BA827; }
a { background-color: rgb(11,168,39); }
div.DivClassName
{
background-color: #0BA827;
}
.BgClassName
{
background-color: #0BA827;
}
</style>
border-color css
<style>
span { border-color: #0BA827; }
span { border-color: rgb(11,168,39); }
td.TdClassName
{
border-color: #0BA827;
}
.TagClassName
{
border-color: #0BA827;
}
</style>