Shades of Dark Pastel Green #0BAD2D
Tints of Dark Pastel Green #0BAD2D
RGB
CMYK
RGB Variations
Color information
#0BAD2D (or 0x0BAD2D) is known color: Dark Pastel Green. HEX triplet: 0B, AD and 2D. RGB value is (11,173,45). Sum of RGB (Red+Green+Blue) = 11+173+45=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAD2D is #F452D2. Grayscale: #6E6E6E. Windows color (decimal): -16011987 or 2993419. OLE color: 2993419.
HSL color Cylindrical-coordinate representation of color #0BAD2D: hue angle of 132.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD2D is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 45 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.32 |
| HSL | 132.59º | 0.88% | 0.36% | - |
| HSV(B) | 132.59º | 0.94% | 0.68% | - |
| XYZ | 15.56 | 30.15 | 7.48 | - |
| YUV | 109.97 | 91.33 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 45 | 0.94 | 0 | 0.74 | 0.32 | 132.59 | 0.88 | 0.36 |
| Hex | B | AD | 2D | 5E | 0 | 4A | 20 | 85 | 58 | 24 |
| Octal | 13 | 255 | 55 | 136 | 0 | 112 | 40 | 205 | 130 | 44 |
| Binary | 1011 | 10101101 | 101101 | 1011110 | 0 | 1001010 | 100000 | 10000101 | 1011000 | 100100 |
Color Harmonies of #0BAD2D
Complementary color
Monochromatic Colors of #0BAD2D
Black with #0BAD2D
Text Example
Text Example
White with #0BAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD2D; }
p { color: rgb(11,173,45); }
H1.HeaderClassName
{
color: #0BAD2D;
}
.AnyTagClassName
{
color: #0BAD2D;
}
</style>
background-color css
<style>
a { background-color: #0BAD2D; }
a { background-color: rgb(11,173,45); }
div.DivClassName
{
background-color: #0BAD2D;
}
.BgClassName
{
background-color: #0BAD2D;
}
</style>
border-color css
<style>
span { border-color: #0BAD2D; }
span { border-color: rgb(11,173,45); }
td.TdClassName
{
border-color: #0BAD2D;
}
.TagClassName
{
border-color: #0BAD2D;
}
</style>