Html Css Color HEX #03A149 Pigment Green

📋 copy color: '#03A149'

red 3 ◦ green 161 ◦ blue 73

#03A149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #03A149

Tints of Pigment Green #03A149

RGB

 RED value IS 3 (1.56% from 255) = 1.27%

 GREEN value IS 161 (63.28% from 255) = 67.93%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 1.27%
G = 67.93%
B = 30.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03A149 (or 0x03A149) is known color: Pigment Green. HEX triplet: 03, A1 and 49. RGB value is (3,161,73). Sum of RGB (Red+Green+Blue) = 3+161+73=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 161 (63.28% from 255 or 67.93% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 161 - color contains mainly: green. Hex color #03A149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A149 is #FC5EB6. Grayscale: #676767. Windows color (decimal): -16539319 or 4825347. OLE color: 4825347.

HSL color Cylindrical-coordinate representation of color #03A149: hue angle of 146.58º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A149 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 161 73 -
CMYK 0.98 0 0.55 0.37
HSL 146.58º 0.96% 0.32% -
HSV(B) 146.58º 0.98% 0.63% -
XYZ 13.99 25.99 10.58 -
YUV 103.73 110.65 56.16 -
System Red Green Blue C M Y K H S L
Decimal 3 161 73 0.98 0 0.55 0.37 146.58 0.96 0.32
Hex 3 A1 49 62 0 37 25 93 60 20
Octal 3 241 111 142 0 67 45 223 140 40
Binary 11 10100001 1001001 1100010 0 110111 100101 10010011 1100000 100000

Color Harmonies of #03A149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A149

Black with #03A149

Text Example


Text Example

White with #03A149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03A149; }

 p { color: rgb(3,161,73); }

 H1.HeaderClassName
 {
   color: #03A149;
 }
 .AnyTagClassName
 {
   color: #03A149;
 }
</style>

background-color css

<style>
 a { background-color: #03A149; }

 a { background-color: rgb(3,161,73); }

 div.DivClassName
 {
   background-color: #03A149;
 }
 .BgClassName
 {
   background-color: #03A149;
 }
</style>

border-color css

<style>
 span { border-color: #03A149; }

 span { border-color: rgb(3,161,73); }

 td.TdClassName
 {
   border-color: #03A149;
 }
 .TagClassName
 {
   border-color: #03A149;
 }
</style>