Shades of Dark Pastel Green #0BB224
Tints of Dark Pastel Green #0BB224
RGB
CMYK
RGB Variations
Color information
#0BB224 (or 0x0BB224) is known color: Dark Pastel Green. HEX triplet: 0B, B2 and 24. RGB value is (11,178,36). Sum of RGB (Red+Green+Blue) = 11+178+36=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 178 (69.92% from 255 or 79.11% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB224 is #F44DDB. Grayscale: #707070. Windows color (decimal): -16010716 or 2404875. OLE color: 2404875.
HSL color Cylindrical-coordinate representation of color #0BB224: hue angle of 128.98º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB224 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 36 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.30 |
| HSL | 128.98º | 0.88% | 0.37% | - |
| HSV(B) | 128.98º | 0.94% | 0.7% | - |
| XYZ | 16.38 | 32.04 | 6.99 | - |
| YUV | 111.88 | 85.17 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 36 | 0.94 | 0 | 0.80 | 0.30 | 128.98 | 0.88 | 0.37 |
| Hex | B | B2 | 24 | 5E | 0 | 50 | 1E | 81 | 58 | 25 |
| Octal | 13 | 262 | 44 | 136 | 0 | 120 | 36 | 201 | 130 | 45 |
| Binary | 1011 | 10110010 | 100100 | 1011110 | 0 | 1010000 | 11110 | 10000001 | 1011000 | 100101 |
Color Harmonies of #0BB224
Complementary color
Monochromatic Colors of #0BB224
Black with #0BB224
Text Example
Text Example
White with #0BB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB224; }
p { color: rgb(11,178,36); }
H1.HeaderClassName
{
color: #0BB224;
}
.AnyTagClassName
{
color: #0BB224;
}
</style>
background-color css
<style>
a { background-color: #0BB224; }
a { background-color: rgb(11,178,36); }
div.DivClassName
{
background-color: #0BB224;
}
.BgClassName
{
background-color: #0BB224;
}
</style>
border-color css
<style>
span { border-color: #0BB224; }
span { border-color: rgb(11,178,36); }
td.TdClassName
{
border-color: #0BB224;
}
.TagClassName
{
border-color: #0BB224;
}
</style>