Html Css Color HEX #03AA49 Pigment Green

📋 copy color: '#03AA49'

red 3 ◦ green 170 ◦ blue 73

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

Shades of Pigment Green #03AA49

Tints of Pigment Green #03AA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 69.11%

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

R = 1.22%
G = 69.11%
B = 29.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#03AA49 (or 0x03AA49) is known color: Pigment Green. HEX triplet: 03, AA and 49. RGB value is (3,170,73). Sum of RGB (Red+Green+Blue) = 3+170+73=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AA49 is #FC55B6. Grayscale: #6D6D6D. Windows color (decimal): -16537015 or 4827651. OLE color: 4827651.

HSL color Cylindrical-coordinate representation of color #03AA49: hue angle of 145.15º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AA49 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 170 73 -
CMYK 0.98 0 0.57 0.33
HSL 145.15º 0.97% 0.34% -
HSV(B) 145.15º 0.98% 0.67% -
XYZ 15.61 29.25 11.13 -
YUV 109.01 107.67 52.39 -
System Red Green Blue C M Y K H S L
Decimal 3 170 73 0.98 0 0.57 0.33 145.15 0.97 0.34
Hex 3 AA 49 62 0 39 21 91 61 22
Octal 3 252 111 142 0 71 41 221 141 42
Binary 11 10101010 1001001 1100010 0 111001 100001 10010001 1100001 100010

Color Harmonies of #03AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AA49

Black with #03AA49

Text Example


Text Example

White with #03AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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