Html Css Color HEX #02AA47 Pigment Green

📋 copy color: '#02AA47'

red 2 ◦ green 170 ◦ blue 71

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

Shades of Pigment Green #02AA47

Tints of Pigment Green #02AA47

RGB

 RED value IS 2 (1.17% from 255) = 0.82%

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

 BLUE value IS 71 (28.13% from 255) = 29.22%

R = 0.82%
G = 69.96%
B = 29.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#02AA47 (or 0x02AA47) is known color: Pigment Green. HEX triplet: 02, AA and 47. RGB value is (2,170,71). Sum of RGB (Red+Green+Blue) = 2+170+71=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 170 (66.80% from 255 or 69.96% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AA47 is #FD55B8. Grayscale: #6C6C6C. Windows color (decimal): -16602553 or 4696578. OLE color: 4696578.

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

Color convert

RGB 2 170 71 -
CMYK 0.99 0 0.58 0.33
HSL 144.64º 0.98% 0.34% -
HSV(B) 144.64º 0.99% 0.67% -
XYZ 15.54 29.22 10.78 -
YUV 108.48 106.84 52.05 -
System Red Green Blue C M Y K H S L
Decimal 2 170 71 0.99 0 0.58 0.33 144.64 0.98 0.34
Hex 2 AA 47 63 0 3A 21 91 62 22
Octal 2 252 107 143 0 72 41 221 142 42
Binary 10 10101010 1000111 1100011 0 111010 100001 10010001 1100010 100010

Color Harmonies of #02AA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA47

Black with #02AA47

Text Example


Text Example

White with #02AA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02AA47; }

 p { color: rgb(2,170,71); }

 H1.HeaderClassName
 {
   color: #02AA47;
 }
 .AnyTagClassName
 {
   color: #02AA47;
 }
</style>

background-color css

<style>
 a { background-color: #02AA47; }

 a { background-color: rgb(2,170,71); }

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

border-color css

<style>
 span { border-color: #02AA47; }

 span { border-color: rgb(2,170,71); }

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