Html Css Color HEX #02A422 Dark Pastel Green

📋 copy color: '#02A422'

red 2 ◦ green 164 ◦ blue 34

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

Shades of Dark Pastel Green #02A422

Tints of Dark Pastel Green #02A422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17%

R = 1%
G = 82%
B = 17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#02A422 (or 0x02A422) is known color: Dark Pastel Green. HEX triplet: 02, A4 and 22. RGB value is (2,164,34). Sum of RGB (Red+Green+Blue) = 2+164+34=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 164 (64.45% from 255 or 82% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 164 - color contains mainly: green. Hex color #02A422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A422 is #FD5BDD. Grayscale: #656565. Windows color (decimal): -16604126 or 2270210. OLE color: 2270210.

HSL color Cylindrical-coordinate representation of color #02A422: hue angle of 131.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 #02A422 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 164 34 -
CMYK 0.99 0 0.79 0.36
HSL 131.85º 0.98% 0.33% -
HSV(B) 131.85º 0.99% 0.64% -
XYZ 13.59 26.68 5.95 -
YUV 100.74 90.33 57.57 -
System Red Green Blue C M Y K H S L
Decimal 2 164 34 0.99 0 0.79 0.36 131.85 0.98 0.33
Hex 2 A4 22 63 0 4F 24 84 62 21
Octal 2 244 42 143 0 117 44 204 142 41
Binary 10 10100100 100010 1100011 0 1001111 100100 10000100 1100010 100001

Color Harmonies of #02A422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A422

Black with #02A422

Text Example


Text Example

White with #02A422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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