Shades of Dark Pastel Green #03BA2E
Tints of Dark Pastel Green #03BA2E
RGB
CMYK
RGB Variations
Color information
#03BA2E (or 0x03BA2E) is known color: Dark Pastel Green. HEX triplet: 03, BA and 2E. RGB value is (3,186,46). Sum of RGB (Red+Green+Blue) = 3+186+46=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA2E is #FC45D1. Grayscale: #737373. Windows color (decimal): -16532946 or 3062275. OLE color: 3062275.
HSL color Cylindrical-coordinate representation of color #03BA2E: hue angle of 134.1º 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 #03BA2E is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 46 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.27 |
| HSL | 134.1º | 0.97% | 0.37% | - |
| HSV(B) | 134.1º | 0.98% | 0.73% | - |
| XYZ | 18.09 | 35.33 | 8.45 | - |
| YUV | 115.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 46 | 0.98 | 0 | 0.75 | 0.27 | 134.1 | 0.97 | 0.37 |
| Hex | 3 | BA | 2E | 62 | 0 | 4B | 1B | 86 | 61 | 25 |
| Octal | 3 | 272 | 56 | 142 | 0 | 113 | 33 | 206 | 141 | 45 |
| Binary | 11 | 10111010 | 101110 | 1100010 | 0 | 1001011 | 11011 | 10000110 | 1100001 | 100101 |
Color Harmonies of #03BA2E
Complementary color
Monochromatic Colors of #03BA2E
Black with #03BA2E
Text Example
Text Example
White with #03BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA2E; }
p { color: rgb(3,186,46); }
H1.HeaderClassName
{
color: #03BA2E;
}
.AnyTagClassName
{
color: #03BA2E;
}
</style>
background-color css
<style>
a { background-color: #03BA2E; }
a { background-color: rgb(3,186,46); }
div.DivClassName
{
background-color: #03BA2E;
}
.BgClassName
{
background-color: #03BA2E;
}
</style>
border-color css
<style>
span { border-color: #03BA2E; }
span { border-color: rgb(3,186,46); }
td.TdClassName
{
border-color: #03BA2E;
}
.TagClassName
{
border-color: #03BA2E;
}
</style>