Html Css Color HEX #02A632 Dark Pastel Green

📋 copy color: '#02A632'

red 2 ◦ green 166 ◦ blue 50

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

Shades of Dark Pastel Green #02A632

Tints of Dark Pastel Green #02A632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 0.92%
G = 76.15%
B = 22.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#02A632 (or 0x02A632) is known color: Dark Pastel Green. HEX triplet: 02, A6 and 32. RGB value is (2,166,50). Sum of RGB (Red+Green+Blue) = 2+166+50=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 166 (65.23% from 255 or 76.15% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 166 - color contains mainly: green. Hex color #02A632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A632 is #FD59CD. Grayscale: #686868. Windows color (decimal): -16603598 or 3319298. OLE color: 3319298.

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

Color convert

RGB 2 166 50 -
CMYK 0.99 0 0.70 0.35
HSL 137.56º 0.98% 0.33% -
HSV(B) 137.56º 0.99% 0.65% -
XYZ 14.24 27.52 7.58 -
YUV 103.74 97.67 55.43 -
System Red Green Blue C M Y K H S L
Decimal 2 166 50 0.99 0 0.70 0.35 137.56 0.98 0.33
Hex 2 A6 32 63 0 46 23 8A 62 21
Octal 2 246 62 143 0 106 43 212 142 41
Binary 10 10100110 110010 1100011 0 1000110 100011 10001010 1100010 100001

Color Harmonies of #02A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A632

Black with #02A632

Text Example


Text Example

White with #02A632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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