Shades of Dark Pastel Green #0BA527
Tints of Dark Pastel Green #0BA527
RGB
CMYK
RGB Variations
Color information
#0BA527 (or 0x0BA527) is known color: Dark Pastel Green. HEX triplet: 0B, A5 and 27. RGB value is (11,165,39). Sum of RGB (Red+Green+Blue) = 11+165+39=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA527 is #F45AD8. Grayscale: #686868. Windows color (decimal): -16014041 or 2598155. OLE color: 2598155.
HSL color Cylindrical-coordinate representation of color #0BA527: hue angle of 130.91º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA527 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 165 | 39 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.35 |
| HSL | 130.91º | 0.88% | 0.35% | - |
| HSV(B) | 130.91º | 0.93% | 0.65% | - |
| XYZ | 13.96 | 27.13 | 6.42 | - |
| YUV | 104.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 39 | 0.93 | 0 | 0.76 | 0.35 | 130.91 | 0.88 | 0.35 |
| Hex | B | A5 | 27 | 5D | 0 | 4C | 23 | 83 | 58 | 23 |
| Octal | 13 | 245 | 47 | 135 | 0 | 114 | 43 | 203 | 130 | 43 |
| Binary | 1011 | 10100101 | 100111 | 1011101 | 0 | 1001100 | 100011 | 10000011 | 1011000 | 100011 |
Color Harmonies of #0BA527
Complementary color
Monochromatic Colors of #0BA527
Black with #0BA527
Text Example
Text Example
White with #0BA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA527; }
p { color: rgb(11,165,39); }
H1.HeaderClassName
{
color: #0BA527;
}
.AnyTagClassName
{
color: #0BA527;
}
</style>
background-color css
<style>
a { background-color: #0BA527; }
a { background-color: rgb(11,165,39); }
div.DivClassName
{
background-color: #0BA527;
}
.BgClassName
{
background-color: #0BA527;
}
</style>
border-color css
<style>
span { border-color: #0BA527; }
span { border-color: rgb(11,165,39); }
td.TdClassName
{
border-color: #0BA527;
}
.TagClassName
{
border-color: #0BA527;
}
</style>