Shades of Dark Pastel Green #01BA2E
Tints of Dark Pastel Green #01BA2E
RGB
CMYK
RGB Variations
Color information
#01BA2E (or 0x01BA2E) is known color: Dark Pastel Green. HEX triplet: 01, BA and 2E. RGB value is (1,186,46). Sum of RGB (Red+Green+Blue) = 1+186+46=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BA2E is #FE45D1. Grayscale: #737373. Windows color (decimal): -16664018 or 3062273. OLE color: 3062273.
HSL color Cylindrical-coordinate representation of color #01BA2E: hue angle of 134.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BA2E is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 46 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.27 |
| HSL | 134.59º | 0.99% | 0.37% | - |
| HSV(B) | 134.59º | 0.99% | 0.73% | - |
| XYZ | 18.06 | 35.32 | 8.45 | - |
| YUV | 114.73 | 89.21 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 46 | 0.99 | 0 | 0.75 | 0.27 | 134.59 | 0.99 | 0.37 |
| Hex | 1 | BA | 2E | 63 | 0 | 4B | 1B | 87 | 63 | 25 |
| Octal | 1 | 272 | 56 | 143 | 0 | 113 | 33 | 207 | 143 | 45 |
| Binary | 1 | 10111010 | 101110 | 1100011 | 0 | 1001011 | 11011 | 10000111 | 1100011 | 100101 |
Color Harmonies of #01BA2E
Complementary color
Monochromatic Colors of #01BA2E
Black with #01BA2E
Text Example
Text Example
White with #01BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA2E; }
p { color: rgb(1,186,46); }
H1.HeaderClassName
{
color: #01BA2E;
}
.AnyTagClassName
{
color: #01BA2E;
}
</style>
background-color css
<style>
a { background-color: #01BA2E; }
a { background-color: rgb(1,186,46); }
div.DivClassName
{
background-color: #01BA2E;
}
.BgClassName
{
background-color: #01BA2E;
}
</style>
border-color css
<style>
span { border-color: #01BA2E; }
span { border-color: rgb(1,186,46); }
td.TdClassName
{
border-color: #01BA2E;
}
.TagClassName
{
border-color: #01BA2E;
}
</style>