Shades of Pigment Green #03BA58
Tints of Pigment Green #03BA58
RGB
CMYK
RGB Variations
Color information
#03BA58 (or 0x03BA58) is known color: Pigment Green. HEX triplet: 03, BA and 58. RGB value is (3,186,88). Sum of RGB (Red+Green+Blue) = 3+186+88=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA58 is #FC45A7. Grayscale: #787878. Windows color (decimal): -16532904 or 5814787. OLE color: 5814787.
HSL color Cylindrical-coordinate representation of color #03BA58: hue angle of 147.87º 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 #03BA58 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 88 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.27 |
| HSL | 147.87º | 0.97% | 0.37% | - |
| HSV(B) | 147.87º | 0.98% | 0.73% | - |
| XYZ | 19.36 | 35.84 | 15.13 | - |
| YUV | 120.11 | 109.87 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 88 | 0.98 | 0 | 0.53 | 0.27 | 147.87 | 0.97 | 0.37 |
| Hex | 3 | BA | 58 | 62 | 0 | 35 | 1B | 94 | 61 | 25 |
| Octal | 3 | 272 | 130 | 142 | 0 | 65 | 33 | 224 | 141 | 45 |
| Binary | 11 | 10111010 | 1011000 | 1100010 | 0 | 110101 | 11011 | 10010100 | 1100001 | 100101 |
Color Harmonies of #03BA58
Complementary color
Monochromatic Colors of #03BA58
Black with #03BA58
Text Example
Text Example
White with #03BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA58; }
p { color: rgb(3,186,88); }
H1.HeaderClassName
{
color: #03BA58;
}
.AnyTagClassName
{
color: #03BA58;
}
</style>
background-color css
<style>
a { background-color: #03BA58; }
a { background-color: rgb(3,186,88); }
div.DivClassName
{
background-color: #03BA58;
}
.BgClassName
{
background-color: #03BA58;
}
</style>
border-color css
<style>
span { border-color: #03BA58; }
span { border-color: rgb(3,186,88); }
td.TdClassName
{
border-color: #03BA58;
}
.TagClassName
{
border-color: #03BA58;
}
</style>