Shades of Dark Pastel Green #03BA1C
Tints of Dark Pastel Green #03BA1C
RGB
CMYK
RGB Variations
Color information
#03BA1C (or 0x03BA1C) is known color: Dark Pastel Green. HEX triplet: 03, BA and 1C. RGB value is (3,186,28). Sum of RGB (Red+Green+Blue) = 3+186+28=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 186 (73.05% from 255 or 85.71% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA1C is #FC45E3. Grayscale: #717171. Windows color (decimal): -16532964 or 1882627. OLE color: 1882627.
HSL color Cylindrical-coordinate representation of color #03BA1C: hue angle of 128.2º 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 #03BA1C is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 28 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.27 |
| HSL | 128.2º | 0.97% | 0.37% | - |
| HSV(B) | 128.2º | 0.98% | 0.73% | - |
| XYZ | 17.81 | 35.22 | 6.96 | - |
| YUV | 113.27 | 79.87 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 28 | 0.98 | 0 | 0.85 | 0.27 | 128.2 | 0.97 | 0.37 |
| Hex | 3 | BA | 1C | 62 | 0 | 55 | 1B | 80 | 61 | 25 |
| Octal | 3 | 272 | 34 | 142 | 0 | 125 | 33 | 200 | 141 | 45 |
| Binary | 11 | 10111010 | 11100 | 1100010 | 0 | 1010101 | 11011 | 10000000 | 1100001 | 100101 |
Color Harmonies of #03BA1C
Complementary color
Monochromatic Colors of #03BA1C
Black with #03BA1C
Text Example
Text Example
White with #03BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA1C; }
p { color: rgb(3,186,28); }
H1.HeaderClassName
{
color: #03BA1C;
}
.AnyTagClassName
{
color: #03BA1C;
}
</style>
background-color css
<style>
a { background-color: #03BA1C; }
a { background-color: rgb(3,186,28); }
div.DivClassName
{
background-color: #03BA1C;
}
.BgClassName
{
background-color: #03BA1C;
}
</style>
border-color css
<style>
span { border-color: #03BA1C; }
span { border-color: rgb(3,186,28); }
td.TdClassName
{
border-color: #03BA1C;
}
.TagClassName
{
border-color: #03BA1C;
}
</style>