Shades of Dark Pastel Green #0BAB2A
Tints of Dark Pastel Green #0BAB2A
RGB
CMYK
RGB Variations
Color information
#0BAB2A (or 0x0BAB2A) is known color: Dark Pastel Green. HEX triplet: 0B, AB and 2A. RGB value is (11,171,42). Sum of RGB (Red+Green+Blue) = 11+171+42=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB2A is #F454D5. Grayscale: #6C6C6C. Windows color (decimal): -16012502 or 2796299. OLE color: 2796299.
HSL color Cylindrical-coordinate representation of color #0BAB2A: hue angle of 131.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB2A is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 42 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.33 |
| HSL | 131.63º | 0.88% | 0.36% | - |
| HSV(B) | 131.63º | 0.94% | 0.67% | - |
| XYZ | 15.12 | 29.36 | 7.06 | - |
| YUV | 108.45 | 90.49 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 42 | 0.94 | 0 | 0.75 | 0.33 | 131.63 | 0.88 | 0.36 |
| Hex | B | AB | 2A | 5E | 0 | 4B | 21 | 84 | 58 | 24 |
| Octal | 13 | 253 | 52 | 136 | 0 | 113 | 41 | 204 | 130 | 44 |
| Binary | 1011 | 10101011 | 101010 | 1011110 | 0 | 1001011 | 100001 | 10000100 | 1011000 | 100100 |
Color Harmonies of #0BAB2A
Complementary color
Monochromatic Colors of #0BAB2A
Black with #0BAB2A
Text Example
Text Example
White with #0BAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB2A; }
p { color: rgb(11,171,42); }
H1.HeaderClassName
{
color: #0BAB2A;
}
.AnyTagClassName
{
color: #0BAB2A;
}
</style>
background-color css
<style>
a { background-color: #0BAB2A; }
a { background-color: rgb(11,171,42); }
div.DivClassName
{
background-color: #0BAB2A;
}
.BgClassName
{
background-color: #0BAB2A;
}
</style>
border-color css
<style>
span { border-color: #0BAB2A; }
span { border-color: rgb(11,171,42); }
td.TdClassName
{
border-color: #0BAB2A;
}
.TagClassName
{
border-color: #0BAB2A;
}
</style>