Shades of Dark Pastel Green #01BA2F
Tints of Dark Pastel Green #01BA2F
RGB
CMYK
RGB Variations
Color information
#01BA2F (or 0x01BA2F) is known color: Dark Pastel Green. HEX triplet: 01, BA and 2F. RGB value is (1,186,47). Sum of RGB (Red+Green+Blue) = 1+186+47=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BA2F is #FE45D0. Grayscale: #737373. Windows color (decimal): -16664017 or 3127809. OLE color: 3127809.
HSL color Cylindrical-coordinate representation of color #01BA2F: hue angle of 134.92º 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 #01BA2F is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 47 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.27 |
| HSL | 134.92º | 0.99% | 0.37% | - |
| HSV(B) | 134.92º | 0.99% | 0.73% | - |
| XYZ | 18.08 | 35.33 | 8.56 | - |
| YUV | 114.84 | 89.71 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 47 | 0.99 | 0 | 0.75 | 0.27 | 134.92 | 0.99 | 0.37 |
| Hex | 1 | BA | 2F | 63 | 0 | 4B | 1B | 87 | 63 | 25 |
| Octal | 1 | 272 | 57 | 143 | 0 | 113 | 33 | 207 | 143 | 45 |
| Binary | 1 | 10111010 | 101111 | 1100011 | 0 | 1001011 | 11011 | 10000111 | 1100011 | 100101 |
Color Harmonies of #01BA2F
Complementary color
Monochromatic Colors of #01BA2F
Black with #01BA2F
Text Example
Text Example
White with #01BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA2F; }
p { color: rgb(1,186,47); }
H1.HeaderClassName
{
color: #01BA2F;
}
.AnyTagClassName
{
color: #01BA2F;
}
</style>
background-color css
<style>
a { background-color: #01BA2F; }
a { background-color: rgb(1,186,47); }
div.DivClassName
{
background-color: #01BA2F;
}
.BgClassName
{
background-color: #01BA2F;
}
</style>
border-color css
<style>
span { border-color: #01BA2F; }
span { border-color: rgb(1,186,47); }
td.TdClassName
{
border-color: #01BA2F;
}
.TagClassName
{
border-color: #01BA2F;
}
</style>