Shades of Dark Pastel Green #03BA25
Tints of Dark Pastel Green #03BA25
RGB
CMYK
RGB Variations
Color information
#03BA25 (or 0x03BA25) is known color: Dark Pastel Green. HEX triplet: 03, BA and 25. RGB value is (3,186,37). Sum of RGB (Red+Green+Blue) = 3+186+37=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 186 (73.05% from 255 or 82.30% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA25 is #FC45DA. Grayscale: #727272. Windows color (decimal): -16532955 or 2472451. OLE color: 2472451.
HSL color Cylindrical-coordinate representation of color #03BA25: hue angle of 131.15º 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 #03BA25 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 37 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.27 |
| HSL | 131.15º | 0.97% | 0.37% | - |
| HSV(B) | 131.15º | 0.98% | 0.73% | - |
| XYZ | 17.93 | 35.27 | 7.61 | - |
| YUV | 114.3 | 84.37 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 37 | 0.98 | 0 | 0.80 | 0.27 | 131.15 | 0.97 | 0.37 |
| Hex | 3 | BA | 25 | 62 | 0 | 50 | 1B | 83 | 61 | 25 |
| Octal | 3 | 272 | 45 | 142 | 0 | 120 | 33 | 203 | 141 | 45 |
| Binary | 11 | 10111010 | 100101 | 1100010 | 0 | 1010000 | 11011 | 10000011 | 1100001 | 100101 |
Color Harmonies of #03BA25
Complementary color
Monochromatic Colors of #03BA25
Black with #03BA25
Text Example
Text Example
White with #03BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA25; }
p { color: rgb(3,186,37); }
H1.HeaderClassName
{
color: #03BA25;
}
.AnyTagClassName
{
color: #03BA25;
}
</style>
background-color css
<style>
a { background-color: #03BA25; }
a { background-color: rgb(3,186,37); }
div.DivClassName
{
background-color: #03BA25;
}
.BgClassName
{
background-color: #03BA25;
}
</style>
border-color css
<style>
span { border-color: #03BA25; }
span { border-color: rgb(3,186,37); }
td.TdClassName
{
border-color: #03BA25;
}
.TagClassName
{
border-color: #03BA25;
}
</style>