Shades of Dark Pastel Green #03BA1D
Tints of Dark Pastel Green #03BA1D
RGB
CMYK
RGB Variations
Color information
#03BA1D (or 0x03BA1D) is known color: Dark Pastel Green. HEX triplet: 03, BA and 1D. RGB value is (3,186,29). Sum of RGB (Red+Green+Blue) = 3+186+29=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA1D is #FC45E2. Grayscale: #717171. Windows color (decimal): -16532963 or 1948163. OLE color: 1948163.
HSL color Cylindrical-coordinate representation of color #03BA1D: hue angle of 128.52º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA1D is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 29 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.27 |
| HSL | 128.52º | 0.97% | 0.37% | - |
| HSV(B) | 128.52º | 0.98% | 0.73% | - |
| XYZ | 17.82 | 35.23 | 7.02 | - |
| YUV | 113.39 | 80.37 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 29 | 0.98 | 0 | 0.84 | 0.27 | 128.52 | 0.97 | 0.37 |
| Hex | 3 | BA | 1D | 62 | 0 | 54 | 1B | 81 | 61 | 25 |
| Octal | 3 | 272 | 35 | 142 | 0 | 124 | 33 | 201 | 141 | 45 |
| Binary | 11 | 10111010 | 11101 | 1100010 | 0 | 1010100 | 11011 | 10000001 | 1100001 | 100101 |
Color Harmonies of #03BA1D
Complementary color
Monochromatic Colors of #03BA1D
Black with #03BA1D
Text Example
Text Example
White with #03BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA1D; }
p { color: rgb(3,186,29); }
H1.HeaderClassName
{
color: #03BA1D;
}
.AnyTagClassName
{
color: #03BA1D;
}
</style>
background-color css
<style>
a { background-color: #03BA1D; }
a { background-color: rgb(3,186,29); }
div.DivClassName
{
background-color: #03BA1D;
}
.BgClassName
{
background-color: #03BA1D;
}
</style>
border-color css
<style>
span { border-color: #03BA1D; }
span { border-color: rgb(3,186,29); }
td.TdClassName
{
border-color: #03BA1D;
}
.TagClassName
{
border-color: #03BA1D;
}
</style>