Shades of Dark Pastel Green #03BA40
Tints of Dark Pastel Green #03BA40
RGB
CMYK
RGB Variations
Color information
#03BA40 (or 0x03BA40) is known color: Dark Pastel Green. HEX triplet: 03, BA and 40. RGB value is (3,186,64). Sum of RGB (Red+Green+Blue) = 3+186+64=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA40 is #FC45BF. Grayscale: #757575. Windows color (decimal): -16532928 or 4241923. OLE color: 4241923.
HSL color Cylindrical-coordinate representation of color #03BA40: hue angle of 140º 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 #03BA40 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 64 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.27 |
| HSL | 140º | 0.97% | 0.37% | - |
| HSV(B) | 140º | 0.98% | 0.73% | - |
| XYZ | 18.52 | 35.51 | 10.73 | - |
| YUV | 117.38 | 97.87 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 64 | 0.98 | 0 | 0.66 | 0.27 | 140 | 0.97 | 0.37 |
| Hex | 3 | BA | 40 | 62 | 0 | 42 | 1B | 8C | 61 | 25 |
| Octal | 3 | 272 | 100 | 142 | 0 | 102 | 33 | 214 | 141 | 45 |
| Binary | 11 | 10111010 | 1000000 | 1100010 | 0 | 1000010 | 11011 | 10001100 | 1100001 | 100101 |
Color Harmonies of #03BA40
Complementary color
Monochromatic Colors of #03BA40
Black with #03BA40
Text Example
Text Example
White with #03BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA40; }
p { color: rgb(3,186,64); }
H1.HeaderClassName
{
color: #03BA40;
}
.AnyTagClassName
{
color: #03BA40;
}
</style>
background-color css
<style>
a { background-color: #03BA40; }
a { background-color: rgb(3,186,64); }
div.DivClassName
{
background-color: #03BA40;
}
.BgClassName
{
background-color: #03BA40;
}
</style>
border-color css
<style>
span { border-color: #03BA40; }
span { border-color: rgb(3,186,64); }
td.TdClassName
{
border-color: #03BA40;
}
.TagClassName
{
border-color: #03BA40;
}
</style>