Shades of Dark Pastel Green #00BA2D
Tints of Dark Pastel Green #00BA2D
RGB
CMYK
RGB Variations
Color information
#00BA2D (or 0x00BA2D) is known color: Dark Pastel Green. HEX triplet: 00, BA and 2D. RGB value is (0,186,45). Sum of RGB (Red+Green+Blue) = 0+186+45=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BA2D is #FF45D2. Grayscale: #727272. Windows color (decimal): -16729555 or 2996736. OLE color: 2996736.
HSL color Cylindrical-coordinate representation of color #00BA2D: hue angle of 134.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA2D is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 45 | - |
| CMYK | 1 | 0 | 0.76 | 0.27 |
| HSL | 134.52º | 1% | 0.36% | - |
| HSV(B) | 134.52º | 1% | 0.73% | - |
| XYZ | 18.03 | 35.31 | 8.35 | - |
| YUV | 114.31 | 88.88 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 45 | 1 | 0 | 0.76 | 0.27 | 134.52 | 1 | 0.36 |
| Hex | 0 | BA | 2D | 64 | 0 | 4C | 1B | 87 | 64 | 24 |
| Octal | 0 | 272 | 55 | 144 | 0 | 114 | 33 | 207 | 144 | 44 |
| Binary | 0 | 10111010 | 101101 | 1100100 | 0 | 1001100 | 11011 | 10000111 | 1100100 | 100100 |
Color Harmonies of #00BA2D
Complementary color
Monochromatic Colors of #00BA2D
Black with #00BA2D
Text Example
Text Example
White with #00BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA2D; }
p { color: rgb(0,186,45); }
H1.HeaderClassName
{
color: #00BA2D;
}
.AnyTagClassName
{
color: #00BA2D;
}
</style>
background-color css
<style>
a { background-color: #00BA2D; }
a { background-color: rgb(0,186,45); }
div.DivClassName
{
background-color: #00BA2D;
}
.BgClassName
{
background-color: #00BA2D;
}
</style>
border-color css
<style>
span { border-color: #00BA2D; }
span { border-color: rgb(0,186,45); }
td.TdClassName
{
border-color: #00BA2D;
}
.TagClassName
{
border-color: #00BA2D;
}
</style>