Shades of Dark Pastel Green #00BA2E
Tints of Dark Pastel Green #00BA2E
RGB
CMYK
RGB Variations
Color information
#00BA2E (or 0x00BA2E) is known color: Dark Pastel Green. HEX triplet: 00, BA and 2E. RGB value is (0,186,46). Sum of RGB (Red+Green+Blue) = 0+186+46=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BA2E is #FF45D1. Grayscale: #727272. Windows color (decimal): -16729554 or 3062272. OLE color: 3062272.
HSL color Cylindrical-coordinate representation of color #00BA2E: hue angle of 134.84º 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 #00BA2E is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 46 | - |
| CMYK | 1 | 0 | 0.75 | 0.27 |
| HSL | 134.84º | 1% | 0.36% | - |
| HSV(B) | 134.84º | 1% | 0.73% | - |
| XYZ | 18.05 | 35.32 | 8.45 | - |
| YUV | 114.43 | 89.38 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 46 | 1 | 0 | 0.75 | 0.27 | 134.84 | 1 | 0.36 |
| Hex | 0 | BA | 2E | 64 | 0 | 4B | 1B | 87 | 64 | 24 |
| Octal | 0 | 272 | 56 | 144 | 0 | 113 | 33 | 207 | 144 | 44 |
| Binary | 0 | 10111010 | 101110 | 1100100 | 0 | 1001011 | 11011 | 10000111 | 1100100 | 100100 |
Color Harmonies of #00BA2E
Complementary color
Monochromatic Colors of #00BA2E
Black with #00BA2E
Text Example
Text Example
White with #00BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA2E; }
p { color: rgb(0,186,46); }
H1.HeaderClassName
{
color: #00BA2E;
}
.AnyTagClassName
{
color: #00BA2E;
}
</style>
background-color css
<style>
a { background-color: #00BA2E; }
a { background-color: rgb(0,186,46); }
div.DivClassName
{
background-color: #00BA2E;
}
.BgClassName
{
background-color: #00BA2E;
}
</style>
border-color css
<style>
span { border-color: #00BA2E; }
span { border-color: rgb(0,186,46); }
td.TdClassName
{
border-color: #00BA2E;
}
.TagClassName
{
border-color: #00BA2E;
}
</style>