Shades of Dark Pastel Green #0BB421
Tints of Dark Pastel Green #0BB421
RGB
CMYK
RGB Variations
Color information
#0BB421 (or 0x0BB421) is known color: Dark Pastel Green. HEX triplet: 0B, B4 and 21. RGB value is (11,180,33). Sum of RGB (Red+Green+Blue) = 11+180+33=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 180 (70.70% from 255 or 80.36% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB421 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB421 is #F44BDE. Grayscale: #717171. Windows color (decimal): -16010207 or 2208779. OLE color: 2208779.
HSL color Cylindrical-coordinate representation of color #0BB421: hue angle of 127.81º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB421 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 33 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.29 |
| HSL | 127.81º | 0.88% | 0.37% | - |
| HSV(B) | 127.81º | 0.94% | 0.71% | - |
| XYZ | 16.73 | 32.82 | 6.89 | - |
| YUV | 112.71 | 83.01 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 33 | 0.94 | 0 | 0.82 | 0.29 | 127.81 | 0.88 | 0.37 |
| Hex | B | B4 | 21 | 5E | 0 | 52 | 1D | 80 | 58 | 25 |
| Octal | 13 | 264 | 41 | 136 | 0 | 122 | 35 | 200 | 130 | 45 |
| Binary | 1011 | 10110100 | 100001 | 1011110 | 0 | 1010010 | 11101 | 10000000 | 1011000 | 100101 |
Color Harmonies of #0BB421
Complementary color
Monochromatic Colors of #0BB421
Black with #0BB421
Text Example
Text Example
White with #0BB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB421; }
p { color: rgb(11,180,33); }
H1.HeaderClassName
{
color: #0BB421;
}
.AnyTagClassName
{
color: #0BB421;
}
</style>
background-color css
<style>
a { background-color: #0BB421; }
a { background-color: rgb(11,180,33); }
div.DivClassName
{
background-color: #0BB421;
}
.BgClassName
{
background-color: #0BB421;
}
</style>
border-color css
<style>
span { border-color: #0BB421; }
span { border-color: rgb(11,180,33); }
td.TdClassName
{
border-color: #0BB421;
}
.TagClassName
{
border-color: #0BB421;
}
</style>