Shades of Pigment Green #03A83C
Tints of Pigment Green #03A83C
RGB
CMYK
RGB Variations
Color information
#03A83C (or 0x03A83C) is known color: Pigment Green. HEX triplet: 03, A8 and 3C. RGB value is (3,168,60). Sum of RGB (Red+Green+Blue) = 3+168+60=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 168 (66.02% from 255 or 72.73% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 168 - color contains mainly: green. Hex color #03A83C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A83C is #FC57C3. Grayscale: #6A6A6A. Windows color (decimal): -16537540 or 3975171. OLE color: 3975171.
HSL color Cylindrical-coordinate representation of color #03A83C: hue angle of 140.73º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A83C is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 168 | 60 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.34 |
| HSL | 140.73º | 0.96% | 0.34% | - |
| HSV(B) | 140.73º | 0.98% | 0.66% | - |
| XYZ | 14.86 | 28.35 | 8.96 | - |
| YUV | 106.35 | 101.84 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 60 | 0.98 | 0 | 0.64 | 0.34 | 140.73 | 0.96 | 0.34 |
| Hex | 3 | A8 | 3C | 62 | 0 | 40 | 22 | 8D | 60 | 22 |
| Octal | 3 | 250 | 74 | 142 | 0 | 100 | 42 | 215 | 140 | 42 |
| Binary | 11 | 10101000 | 111100 | 1100010 | 0 | 1000000 | 100010 | 10001101 | 1100000 | 100010 |
Color Harmonies of #03A83C
Complementary color
Monochromatic Colors of #03A83C
Black with #03A83C
Text Example
Text Example
White with #03A83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A83C; }
p { color: rgb(3,168,60); }
H1.HeaderClassName
{
color: #03A83C;
}
.AnyTagClassName
{
color: #03A83C;
}
</style>
background-color css
<style>
a { background-color: #03A83C; }
a { background-color: rgb(3,168,60); }
div.DivClassName
{
background-color: #03A83C;
}
.BgClassName
{
background-color: #03A83C;
}
</style>
border-color css
<style>
span { border-color: #03A83C; }
span { border-color: rgb(3,168,60); }
td.TdClassName
{
border-color: #03A83C;
}
.TagClassName
{
border-color: #03A83C;
}
</style>