Shades of Pigment Green #03B85A
Tints of Pigment Green #03B85A
RGB
CMYK
RGB Variations
Color information
#03B85A (or 0x03B85A) is known color: Pigment Green. HEX triplet: 03, B8 and 5A. RGB value is (3,184,90). Sum of RGB (Red+Green+Blue) = 3+184+90=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 184 (72.27% from 255 or 66.43% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 184 - color contains mainly: green. Hex color #03B85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B85A is #FC47A5. Grayscale: #777777. Windows color (decimal): -16533414 or 5945347. OLE color: 5945347.
HSL color Cylindrical-coordinate representation of color #03B85A: hue angle of 148.84º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B85A is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 184 | 90 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.28 |
| HSL | 148.84º | 0.97% | 0.37% | - |
| HSV(B) | 148.84º | 0.98% | 0.72% | - |
| XYZ | 19.02 | 35.04 | 15.43 | - |
| YUV | 119.17 | 111.53 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 90 | 0.98 | 0 | 0.51 | 0.28 | 148.84 | 0.97 | 0.37 |
| Hex | 3 | B8 | 5A | 62 | 0 | 33 | 1C | 95 | 61 | 25 |
| Octal | 3 | 270 | 132 | 142 | 0 | 63 | 34 | 225 | 141 | 45 |
| Binary | 11 | 10111000 | 1011010 | 1100010 | 0 | 110011 | 11100 | 10010101 | 1100001 | 100101 |
Color Harmonies of #03B85A
Complementary color
Monochromatic Colors of #03B85A
Black with #03B85A
Text Example
Text Example
White with #03B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B85A; }
p { color: rgb(3,184,90); }
H1.HeaderClassName
{
color: #03B85A;
}
.AnyTagClassName
{
color: #03B85A;
}
</style>
background-color css
<style>
a { background-color: #03B85A; }
a { background-color: rgb(3,184,90); }
div.DivClassName
{
background-color: #03B85A;
}
.BgClassName
{
background-color: #03B85A;
}
</style>
border-color css
<style>
span { border-color: #03B85A; }
span { border-color: rgb(3,184,90); }
td.TdClassName
{
border-color: #03B85A;
}
.TagClassName
{
border-color: #03B85A;
}
</style>