Shades of Pigment Green #03A641
Tints of Pigment Green #03A641
RGB
CMYK
RGB Variations
Color information
#03A641 (or 0x03A641) is known color: Pigment Green. HEX triplet: 03, A6 and 41. RGB value is (3,166,65). Sum of RGB (Red+Green+Blue) = 3+166+65=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 166 (65.23% from 255 or 70.94% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 166 - color contains mainly: green. Hex color #03A641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A641 is #FC59BE. Grayscale: #696969. Windows color (decimal): -16538047 or 4302339. OLE color: 4302339.
HSL color Cylindrical-coordinate representation of color #03A641: hue angle of 142.82º 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 #03A641 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 65 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.35 |
| HSL | 142.82º | 0.96% | 0.33% | - |
| HSV(B) | 142.82º | 0.98% | 0.65% | - |
| XYZ | 14.63 | 27.67 | 9.57 | - |
| YUV | 105.75 | 105 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 65 | 0.98 | 0 | 0.61 | 0.35 | 142.82 | 0.96 | 0.33 |
| Hex | 3 | A6 | 41 | 62 | 0 | 3D | 23 | 8F | 60 | 21 |
| Octal | 3 | 246 | 101 | 142 | 0 | 75 | 43 | 217 | 140 | 41 |
| Binary | 11 | 10100110 | 1000001 | 1100010 | 0 | 111101 | 100011 | 10001111 | 1100000 | 100001 |
Color Harmonies of #03A641
Complementary color
Monochromatic Colors of #03A641
Black with #03A641
Text Example
Text Example
White with #03A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A641; }
p { color: rgb(3,166,65); }
H1.HeaderClassName
{
color: #03A641;
}
.AnyTagClassName
{
color: #03A641;
}
</style>
background-color css
<style>
a { background-color: #03A641; }
a { background-color: rgb(3,166,65); }
div.DivClassName
{
background-color: #03A641;
}
.BgClassName
{
background-color: #03A641;
}
</style>
border-color css
<style>
span { border-color: #03A641; }
span { border-color: rgb(3,166,65); }
td.TdClassName
{
border-color: #03A641;
}
.TagClassName
{
border-color: #03A641;
}
</style>