Shades of Dark Pastel Green #0BB031
Tints of Dark Pastel Green #0BB031
RGB
CMYK
RGB Variations
Color information
#0BB031 (or 0x0BB031) is known color: Dark Pastel Green. HEX triplet: 0B, B0 and 31. RGB value is (11,176,49). Sum of RGB (Red+Green+Blue) = 11+176+49=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 176 (69.14% from 255 or 74.58% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB031 is #F44FCE. Grayscale: #707070. Windows color (decimal): -16011215 or 3256331. OLE color: 3256331.
HSL color Cylindrical-coordinate representation of color #0BB031: hue angle of 133.82º 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 #0BB031 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 176 | 49 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.31 |
| HSL | 133.82º | 0.88% | 0.37% | - |
| HSV(B) | 133.82º | 0.94% | 0.69% | - |
| XYZ | 16.22 | 31.34 | 8.1 | - |
| YUV | 112.19 | 92.34 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 176 | 49 | 0.94 | 0 | 0.72 | 0.31 | 133.82 | 0.88 | 0.37 |
| Hex | B | B0 | 31 | 5E | 0 | 48 | 1F | 86 | 58 | 25 |
| Octal | 13 | 260 | 61 | 136 | 0 | 110 | 37 | 206 | 130 | 45 |
| Binary | 1011 | 10110000 | 110001 | 1011110 | 0 | 1001000 | 11111 | 10000110 | 1011000 | 100101 |
Color Harmonies of #0BB031
Complementary color
Monochromatic Colors of #0BB031
Black with #0BB031
Text Example
Text Example
White with #0BB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB031; }
p { color: rgb(11,176,49); }
H1.HeaderClassName
{
color: #0BB031;
}
.AnyTagClassName
{
color: #0BB031;
}
</style>
background-color css
<style>
a { background-color: #0BB031; }
a { background-color: rgb(11,176,49); }
div.DivClassName
{
background-color: #0BB031;
}
.BgClassName
{
background-color: #0BB031;
}
</style>
border-color css
<style>
span { border-color: #0BB031; }
span { border-color: rgb(11,176,49); }
td.TdClassName
{
border-color: #0BB031;
}
.TagClassName
{
border-color: #0BB031;
}
</style>