Shades of Dark Pastel Green #03BA2F
Tints of Dark Pastel Green #03BA2F
RGB
CMYK
RGB Variations
Color information
#03BA2F (or 0x03BA2F) is known color: Dark Pastel Green. HEX triplet: 03, BA and 2F. RGB value is (3,186,47). Sum of RGB (Red+Green+Blue) = 3+186+47=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 186 (73.05% from 255 or 78.81% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA2F is #FC45D0. Grayscale: #737373. Windows color (decimal): -16532945 or 3127811. OLE color: 3127811.
HSL color Cylindrical-coordinate representation of color #03BA2F: hue angle of 134.43º 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 #03BA2F is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 47 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.27 |
| HSL | 134.43º | 0.97% | 0.37% | - |
| HSV(B) | 134.43º | 0.98% | 0.73% | - |
| XYZ | 18.11 | 35.34 | 8.56 | - |
| YUV | 115.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 47 | 0.98 | 0 | 0.75 | 0.27 | 134.43 | 0.97 | 0.37 |
| Hex | 3 | BA | 2F | 62 | 0 | 4B | 1B | 86 | 61 | 25 |
| Octal | 3 | 272 | 57 | 142 | 0 | 113 | 33 | 206 | 141 | 45 |
| Binary | 11 | 10111010 | 101111 | 1100010 | 0 | 1001011 | 11011 | 10000110 | 1100001 | 100101 |
Color Harmonies of #03BA2F
Complementary color
Monochromatic Colors of #03BA2F
Black with #03BA2F
Text Example
Text Example
White with #03BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA2F; }
p { color: rgb(3,186,47); }
H1.HeaderClassName
{
color: #03BA2F;
}
.AnyTagClassName
{
color: #03BA2F;
}
</style>
background-color css
<style>
a { background-color: #03BA2F; }
a { background-color: rgb(3,186,47); }
div.DivClassName
{
background-color: #03BA2F;
}
.BgClassName
{
background-color: #03BA2F;
}
</style>
border-color css
<style>
span { border-color: #03BA2F; }
span { border-color: rgb(3,186,47); }
td.TdClassName
{
border-color: #03BA2F;
}
.TagClassName
{
border-color: #03BA2F;
}
</style>