Shades of Pigment Green #03A53A
Tints of Pigment Green #03A53A
RGB
CMYK
RGB Variations
Color information
#03A53A (or 0x03A53A) is known color: Pigment Green. HEX triplet: 03, A5 and 3A. RGB value is (3,165,58). Sum of RGB (Red+Green+Blue) = 3+165+58=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 165 (64.84% from 255 or 73.01% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 165 - color contains mainly: green. Hex color #03A53A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A53A is #FC5AC5. Grayscale: #686868. Windows color (decimal): -16538310 or 3843331. OLE color: 3843331.
HSL color Cylindrical-coordinate representation of color #03A53A: hue angle of 140.37º 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 #03A53A is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 165 | 58 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.35 |
| HSL | 140.37º | 0.96% | 0.33% | - |
| HSV(B) | 140.37º | 0.98% | 0.65% | - |
| XYZ | 14.26 | 27.24 | 8.51 | - |
| YUV | 104.36 | 101.83 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 165 | 58 | 0.98 | 0 | 0.65 | 0.35 | 140.37 | 0.96 | 0.33 |
| Hex | 3 | A5 | 3A | 62 | 0 | 41 | 23 | 8C | 60 | 21 |
| Octal | 3 | 245 | 72 | 142 | 0 | 101 | 43 | 214 | 140 | 41 |
| Binary | 11 | 10100101 | 111010 | 1100010 | 0 | 1000001 | 100011 | 10001100 | 1100000 | 100001 |
Color Harmonies of #03A53A
Complementary color
Monochromatic Colors of #03A53A
Black with #03A53A
Text Example
Text Example
White with #03A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A53A; }
p { color: rgb(3,165,58); }
H1.HeaderClassName
{
color: #03A53A;
}
.AnyTagClassName
{
color: #03A53A;
}
</style>
background-color css
<style>
a { background-color: #03A53A; }
a { background-color: rgb(3,165,58); }
div.DivClassName
{
background-color: #03A53A;
}
.BgClassName
{
background-color: #03A53A;
}
</style>
border-color css
<style>
span { border-color: #03A53A; }
span { border-color: rgb(3,165,58); }
td.TdClassName
{
border-color: #03A53A;
}
.TagClassName
{
border-color: #03A53A;
}
</style>