Shades of Dark Pastel Green #0BB141
Tints of Dark Pastel Green #0BB141
RGB
CMYK
RGB Variations
Color information
#0BB141 (or 0x0BB141) is known color: Dark Pastel Green. HEX triplet: 0B, B1 and 41. RGB value is (11,177,65). Sum of RGB (Red+Green+Blue) = 11+177+65=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB141 is #F44EBE. Grayscale: #727272. Windows color (decimal): -16010943 or 4305163. OLE color: 4305163.
HSL color Cylindrical-coordinate representation of color #0BB141: hue angle of 139.52º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB141 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 65 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.31 |
| HSL | 139.52º | 0.88% | 0.37% | - |
| HSV(B) | 139.52º | 0.94% | 0.69% | - |
| XYZ | 16.81 | 31.9 | 10.27 | - |
| YUV | 114.6 | 100 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 65 | 0.94 | 0 | 0.63 | 0.31 | 139.52 | 0.88 | 0.37 |
| Hex | B | B1 | 41 | 5E | 0 | 3F | 1F | 8C | 58 | 25 |
| Octal | 13 | 261 | 101 | 136 | 0 | 77 | 37 | 214 | 130 | 45 |
| Binary | 1011 | 10110001 | 1000001 | 1011110 | 0 | 111111 | 11111 | 10001100 | 1011000 | 100101 |
Color Harmonies of #0BB141
Complementary color
Monochromatic Colors of #0BB141
Black with #0BB141
Text Example
Text Example
White with #0BB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB141; }
p { color: rgb(11,177,65); }
H1.HeaderClassName
{
color: #0BB141;
}
.AnyTagClassName
{
color: #0BB141;
}
</style>
background-color css
<style>
a { background-color: #0BB141; }
a { background-color: rgb(11,177,65); }
div.DivClassName
{
background-color: #0BB141;
}
.BgClassName
{
background-color: #0BB141;
}
</style>
border-color css
<style>
span { border-color: #0BB141; }
span { border-color: rgb(11,177,65); }
td.TdClassName
{
border-color: #0BB141;
}
.TagClassName
{
border-color: #0BB141;
}
</style>