Shades of Dark Pastel Green #01BA49
Tints of Dark Pastel Green #01BA49
RGB
CMYK
RGB Variations
Color information
#01BA49 (or 0x01BA49) is known color: Dark Pastel Green. HEX triplet: 01, BA and 49. RGB value is (1,186,73). Sum of RGB (Red+Green+Blue) = 1+186+73=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BA49 is #FE45B6. Grayscale: #767676. Windows color (decimal): -16663991 or 4831745. OLE color: 4831745.
HSL color Cylindrical-coordinate representation of color #01BA49: hue angle of 143.35º 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 #01BA49 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 73 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.27 |
| HSL | 143.35º | 0.99% | 0.37% | - |
| HSV(B) | 143.35º | 0.99% | 0.73% | - |
| XYZ | 18.77 | 35.61 | 12.19 | - |
| YUV | 117.8 | 102.71 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 73 | 0.99 | 0 | 0.61 | 0.27 | 143.35 | 0.99 | 0.37 |
| Hex | 1 | BA | 49 | 63 | 0 | 3D | 1B | 8F | 63 | 25 |
| Octal | 1 | 272 | 111 | 143 | 0 | 75 | 33 | 217 | 143 | 45 |
| Binary | 1 | 10111010 | 1001001 | 1100011 | 0 | 111101 | 11011 | 10001111 | 1100011 | 100101 |
Color Harmonies of #01BA49
Complementary color
Monochromatic Colors of #01BA49
Black with #01BA49
Text Example
Text Example
White with #01BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA49; }
p { color: rgb(1,186,73); }
H1.HeaderClassName
{
color: #01BA49;
}
.AnyTagClassName
{
color: #01BA49;
}
</style>
background-color css
<style>
a { background-color: #01BA49; }
a { background-color: rgb(1,186,73); }
div.DivClassName
{
background-color: #01BA49;
}
.BgClassName
{
background-color: #01BA49;
}
</style>
border-color css
<style>
span { border-color: #01BA49; }
span { border-color: rgb(1,186,73); }
td.TdClassName
{
border-color: #01BA49;
}
.TagClassName
{
border-color: #01BA49;
}
</style>