Shades of Dark Pastel Green #0BA737
Tints of Dark Pastel Green #0BA737
RGB
CMYK
RGB Variations
Color information
#0BA737 (or 0x0BA737) is known color: Dark Pastel Green. HEX triplet: 0B, A7 and 37. RGB value is (11,167,55). Sum of RGB (Red+Green+Blue) = 11+167+55=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 167 (65.62% from 255 or 71.67% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA737 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA737 is #F458C8. Grayscale: #6B6B6B. Windows color (decimal): -16013513 or 3647243. OLE color: 3647243.
HSL color Cylindrical-coordinate representation of color #0BA737: hue angle of 136.92º 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 #0BA737 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 55 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.35 |
| HSL | 136.92º | 0.88% | 0.35% | - |
| HSV(B) | 136.92º | 0.93% | 0.65% | - |
| XYZ | 14.65 | 27.98 | 8.24 | - |
| YUV | 107.59 | 98.32 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 55 | 0.93 | 0 | 0.67 | 0.35 | 136.92 | 0.88 | 0.35 |
| Hex | B | A7 | 37 | 5D | 0 | 43 | 23 | 89 | 58 | 23 |
| Octal | 13 | 247 | 67 | 135 | 0 | 103 | 43 | 211 | 130 | 43 |
| Binary | 1011 | 10100111 | 110111 | 1011101 | 0 | 1000011 | 100011 | 10001001 | 1011000 | 100011 |
Color Harmonies of #0BA737
Complementary color
Monochromatic Colors of #0BA737
Black with #0BA737
Text Example
Text Example
White with #0BA737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA737; }
p { color: rgb(11,167,55); }
H1.HeaderClassName
{
color: #0BA737;
}
.AnyTagClassName
{
color: #0BA737;
}
</style>
background-color css
<style>
a { background-color: #0BA737; }
a { background-color: rgb(11,167,55); }
div.DivClassName
{
background-color: #0BA737;
}
.BgClassName
{
background-color: #0BA737;
}
</style>
border-color css
<style>
span { border-color: #0BA737; }
span { border-color: rgb(11,167,55); }
td.TdClassName
{
border-color: #0BA737;
}
.TagClassName
{
border-color: #0BA737;
}
</style>