Shades of Pigment Green #03A33A
Tints of Pigment Green #03A33A
RGB
CMYK
RGB Variations
Color information
#03A33A (or 0x03A33A) is known color: Pigment Green. HEX triplet: 03, A3 and 3A. RGB value is (3,163,58). Sum of RGB (Red+Green+Blue) = 3+163+58=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #03A33A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A33A is #FC5CC5. Grayscale: #676767. Windows color (decimal): -16538822 or 3842819. OLE color: 3842819.
HSL color Cylindrical-coordinate representation of color #03A33A: hue angle of 140.62º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A33A is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 163 | 58 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.36 |
| HSL | 140.63º | 0.96% | 0.33% | - |
| HSV(B) | 140.63º | 0.98% | 0.64% | - |
| XYZ | 13.9 | 26.52 | 8.39 | - |
| YUV | 103.19 | 102.49 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 58 | 0.98 | 0 | 0.64 | 0.36 | 140.63 | 0.96 | 0.33 |
| Hex | 3 | A3 | 3A | 62 | 0 | 40 | 24 | 8D | 60 | 21 |
| Octal | 3 | 243 | 72 | 142 | 0 | 100 | 44 | 215 | 140 | 41 |
| Binary | 11 | 10100011 | 111010 | 1100010 | 0 | 1000000 | 100100 | 10001101 | 1100000 | 100001 |
Color Harmonies of #03A33A
Complementary color
Monochromatic Colors of #03A33A
Black with #03A33A
Text Example
Text Example
White with #03A33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A33A; }
p { color: rgb(3,163,58); }
H1.HeaderClassName
{
color: #03A33A;
}
.AnyTagClassName
{
color: #03A33A;
}
</style>
background-color css
<style>
a { background-color: #03A33A; }
a { background-color: rgb(3,163,58); }
div.DivClassName
{
background-color: #03A33A;
}
.BgClassName
{
background-color: #03A33A;
}
</style>
border-color css
<style>
span { border-color: #03A33A; }
span { border-color: rgb(3,163,58); }
td.TdClassName
{
border-color: #03A33A;
}
.TagClassName
{
border-color: #03A33A;
}
</style>