Html Css Color HEX #02AB49 Pigment Green

📋 copy color: '#02AB49'

red 2 ◦ green 171 ◦ blue 73

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

Shades of Pigment Green #02AB49

Tints of Pigment Green #02AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 69.51%

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

R = 0.81%
G = 69.51%
B = 29.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#02AB49 (or 0x02AB49) is known color: Pigment Green. HEX triplet: 02, AB and 49. RGB value is (2,171,73). Sum of RGB (Red+Green+Blue) = 2+171+73=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 171 (67.19% from 255 or 69.51% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB49 is #FD54B6. Grayscale: #6D6D6D. Windows color (decimal): -16602295 or 4827906. OLE color: 4827906.

HSL color Cylindrical-coordinate representation of color #02AB49: hue angle of 145.21º 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 #02AB49 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 171 73 -
CMYK 0.99 0 0.57 0.33
HSL 145.21º 0.98% 0.34% -
HSV(B) 145.21º 0.99% 0.67% -
XYZ 15.79 29.62 11.19 -
YUV 109.3 107.51 51.47 -
System Red Green Blue C M Y K H S L
Decimal 2 171 73 0.99 0 0.57 0.33 145.21 0.98 0.34
Hex 2 AB 49 63 0 39 21 91 62 22
Octal 2 253 111 143 0 71 41 221 142 42
Binary 10 10101011 1001001 1100011 0 111001 100001 10010001 1100010 100010

Color Harmonies of #02AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AB49

Black with #02AB49

Text Example


Text Example

White with #02AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,171,73); }

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

background-color css

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

 a { background-color: rgb(2,171,73); }

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

border-color css

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

 span { border-color: rgb(2,171,73); }

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