Shades of Dark Pastel Green #0BAA29
Tints of Dark Pastel Green #0BAA29
RGB
CMYK
RGB Variations
Color information
#0BAA29 (or 0x0BAA29) is known color: Dark Pastel Green. HEX triplet: 0B, AA and 29. RGB value is (11,170,41). Sum of RGB (Red+Green+Blue) = 11+170+41=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 170 (66.80% from 255 or 76.58% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAA29 is #F455D6. Grayscale: #6C6C6C. Windows color (decimal): -16012759 or 2730507. OLE color: 2730507.
HSL color Cylindrical-coordinate representation of color #0BAA29: hue angle of 131.32º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA29 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 41 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.33 |
| HSL | 131.32º | 0.88% | 0.35% | - |
| HSV(B) | 131.32º | 0.94% | 0.67% | - |
| XYZ | 14.91 | 28.98 | 6.91 | - |
| YUV | 107.75 | 90.32 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 41 | 0.94 | 0 | 0.76 | 0.33 | 131.32 | 0.88 | 0.35 |
| Hex | B | AA | 29 | 5E | 0 | 4C | 21 | 83 | 58 | 23 |
| Octal | 13 | 252 | 51 | 136 | 0 | 114 | 41 | 203 | 130 | 43 |
| Binary | 1011 | 10101010 | 101001 | 1011110 | 0 | 1001100 | 100001 | 10000011 | 1011000 | 100011 |
Color Harmonies of #0BAA29
Complementary color
Monochromatic Colors of #0BAA29
Black with #0BAA29
Text Example
Text Example
White with #0BAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA29; }
p { color: rgb(11,170,41); }
H1.HeaderClassName
{
color: #0BAA29;
}
.AnyTagClassName
{
color: #0BAA29;
}
</style>
background-color css
<style>
a { background-color: #0BAA29; }
a { background-color: rgb(11,170,41); }
div.DivClassName
{
background-color: #0BAA29;
}
.BgClassName
{
background-color: #0BAA29;
}
</style>
border-color css
<style>
span { border-color: #0BAA29; }
span { border-color: rgb(11,170,41); }
td.TdClassName
{
border-color: #0BAA29;
}
.TagClassName
{
border-color: #0BAA29;
}
</style>