Html Css Color HEX #02A43D Pigment Green

📋 copy color: '#02A43D'

red 2 ◦ green 164 ◦ blue 61

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

Shades of Pigment Green #02A43D

Tints of Pigment Green #02A43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 72.25%

 BLUE value IS 61 (24.22% from 255) = 26.87%

R = 0.88%
G = 72.25%
B = 26.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#02A43D (or 0x02A43D) is known color: Pigment Green. HEX triplet: 02, A4 and 3D. RGB value is (2,164,61). Sum of RGB (Red+Green+Blue) = 2+164+61=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #02A43D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A43D is #FD5BC2. Grayscale: #686868. Windows color (decimal): -16604099 or 4039682. OLE color: 4039682.

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

Color convert

RGB 2 164 61 -
CMYK 0.99 0 0.63 0.36
HSL 141.85º 0.98% 0.33% -
HSV(B) 141.85º 0.99% 0.64% -
XYZ 14.14 26.9 8.86 -
YUV 103.82 103.83 55.38 -
System Red Green Blue C M Y K H S L
Decimal 2 164 61 0.99 0 0.63 0.36 141.85 0.98 0.33
Hex 2 A4 3D 63 0 3F 24 8E 62 21
Octal 2 244 75 143 0 77 44 216 142 41
Binary 10 10100100 111101 1100011 0 111111 100100 10001110 1100010 100001

Color Harmonies of #02A43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A43D

Black with #02A43D

Text Example


Text Example

White with #02A43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,164,61); }

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

background-color css

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

 a { background-color: rgb(2,164,61); }

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

border-color css

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

 span { border-color: rgb(2,164,61); }

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