Shades of Pigment Green #03A63B
Tints of Pigment Green #03A63B
RGB
CMYK
RGB Variations
Color information
#03A63B (or 0x03A63B) is known color: Pigment Green. HEX triplet: 03, A6 and 3B. RGB value is (3,166,59). Sum of RGB (Red+Green+Blue) = 3+166+59=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 166 (65.23% from 255 or 72.81% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 166 - color contains mainly: green. Hex color #03A63B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A63B is #FC59C4. Grayscale: #696969. Windows color (decimal): -16538053 or 3909123. OLE color: 3909123.
HSL color Cylindrical-coordinate representation of color #03A63B: hue angle of 140.61º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A63B is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 59 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.35 |
| HSL | 140.61º | 0.96% | 0.33% | - |
| HSV(B) | 140.61º | 0.98% | 0.65% | - |
| XYZ | 14.46 | 27.61 | 8.7 | - |
| YUV | 105.07 | 102 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 59 | 0.98 | 0 | 0.64 | 0.35 | 140.61 | 0.96 | 0.33 |
| Hex | 3 | A6 | 3B | 62 | 0 | 40 | 23 | 8D | 60 | 21 |
| Octal | 3 | 246 | 73 | 142 | 0 | 100 | 43 | 215 | 140 | 41 |
| Binary | 11 | 10100110 | 111011 | 1100010 | 0 | 1000000 | 100011 | 10001101 | 1100000 | 100001 |
Color Harmonies of #03A63B
Complementary color
Monochromatic Colors of #03A63B
Black with #03A63B
Text Example
Text Example
White with #03A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A63B; }
p { color: rgb(3,166,59); }
H1.HeaderClassName
{
color: #03A63B;
}
.AnyTagClassName
{
color: #03A63B;
}
</style>
background-color css
<style>
a { background-color: #03A63B; }
a { background-color: rgb(3,166,59); }
div.DivClassName
{
background-color: #03A63B;
}
.BgClassName
{
background-color: #03A63B;
}
</style>
border-color css
<style>
span { border-color: #03A63B; }
span { border-color: rgb(3,166,59); }
td.TdClassName
{
border-color: #03A63B;
}
.TagClassName
{
border-color: #03A63B;
}
</style>