Shades of Pigment Green #03A64B
Tints of Pigment Green #03A64B
RGB
CMYK
RGB Variations
Color information
#03A64B (or 0x03A64B) is known color: Pigment Green. HEX triplet: 03, A6 and 4B. RGB value is (3,166,75). Sum of RGB (Red+Green+Blue) = 3+166+75=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 166 (65.23% from 255 or 68.03% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 166 - color contains mainly: green. Hex color #03A64B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A64B is #FC59B4. Grayscale: #6B6B6B. Windows color (decimal): -16538037 or 4957699. OLE color: 4957699.
HSL color Cylindrical-coordinate representation of color #03A64B: hue angle of 146.5º 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 #03A64B is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 75 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.35 |
| HSL | 146.5º | 0.96% | 0.33% | - |
| HSV(B) | 146.5º | 0.98% | 0.65% | - |
| XYZ | 14.94 | 27.8 | 11.23 | - |
| YUV | 106.89 | 110 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 75 | 0.98 | 0 | 0.55 | 0.35 | 146.5 | 0.96 | 0.33 |
| Hex | 3 | A6 | 4B | 62 | 0 | 37 | 23 | 93 | 60 | 21 |
| Octal | 3 | 246 | 113 | 142 | 0 | 67 | 43 | 223 | 140 | 41 |
| Binary | 11 | 10100110 | 1001011 | 1100010 | 0 | 110111 | 100011 | 10010011 | 1100000 | 100001 |
Color Harmonies of #03A64B
Complementary color
Monochromatic Colors of #03A64B
Black with #03A64B
Text Example
Text Example
White with #03A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A64B; }
p { color: rgb(3,166,75); }
H1.HeaderClassName
{
color: #03A64B;
}
.AnyTagClassName
{
color: #03A64B;
}
</style>
background-color css
<style>
a { background-color: #03A64B; }
a { background-color: rgb(3,166,75); }
div.DivClassName
{
background-color: #03A64B;
}
.BgClassName
{
background-color: #03A64B;
}
</style>
border-color css
<style>
span { border-color: #03A64B; }
span { border-color: rgb(3,166,75); }
td.TdClassName
{
border-color: #03A64B;
}
.TagClassName
{
border-color: #03A64B;
}
</style>