Html Css Color HEX #02A622 Dark Pastel Green

📋 copy color: '#02A622'

red 2 ◦ green 166 ◦ blue 34

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

Shades of Dark Pastel Green #02A622

Tints of Dark Pastel Green #02A622

RGB

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

 GREEN value IS 166 (65.23% from 255) = 82.18%

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

R = 0.99%
G = 82.18%
B = 16.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#02A622 (or 0x02A622) is known color: Dark Pastel Green. HEX triplet: 02, A6 and 22. RGB value is (2,166,34). Sum of RGB (Red+Green+Blue) = 2+166+34=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 166 (65.23% from 255 or 82.18% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 166 - color contains mainly: green. Hex color #02A622 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A622 is #FD59DD. Grayscale: #666666. Windows color (decimal): -16603614 or 2270722. OLE color: 2270722.

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

Color convert

RGB 2 166 34 -
CMYK 0.99 0 0.80 0.35
HSL 131.71º 0.98% 0.33% -
HSV(B) 131.71º 0.99% 0.65% -
XYZ 13.95 27.4 6.07 -
YUV 101.92 89.67 56.73 -
System Red Green Blue C M Y K H S L
Decimal 2 166 34 0.99 0 0.80 0.35 131.71 0.98 0.33
Hex 2 A6 22 63 0 50 23 84 62 21
Octal 2 246 42 143 0 120 43 204 142 41
Binary 10 10100110 100010 1100011 0 1010000 100011 10000100 1100010 100001

Color Harmonies of #02A622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A622

Black with #02A622

Text Example


Text Example

White with #02A622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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