Html Css Color HEX #02AA21 Dark Pastel Green

📋 copy color: '#02AA21'

red 2 ◦ green 170 ◦ blue 33

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

Shades of Dark Pastel Green #02AA21

Tints of Dark Pastel Green #02AA21

RGB

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

 GREEN value IS 170 (66.8% from 255) = 82.93%

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 0.98%
G = 82.93%
B = 16.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#02AA21 (or 0x02AA21) is known color: Dark Pastel Green. HEX triplet: 02, AA and 21. RGB value is (2,170,33). Sum of RGB (Red+Green+Blue) = 2+170+33=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AA21 is #FD55DE. Grayscale: #686868. Windows color (decimal): -16602591 or 2206210. OLE color: 2206210.

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

Color convert

RGB 2 170 33 -
CMYK 0.99 0 0.81 0.33
HSL 131.07º 0.98% 0.34% -
HSV(B) 131.07º 0.99% 0.67% -
XYZ 14.67 28.87 6.24 -
YUV 104.15 87.84 55.14 -
System Red Green Blue C M Y K H S L
Decimal 2 170 33 0.99 0 0.81 0.33 131.07 0.98 0.34
Hex 2 AA 21 63 0 51 21 83 62 22
Octal 2 252 41 143 0 121 41 203 142 42
Binary 10 10101010 100001 1100011 0 1010001 100001 10000011 1100010 100010

Color Harmonies of #02AA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA21

Black with #02AA21

Text Example


Text Example

White with #02AA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,170,33); }

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

background-color css

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

 a { background-color: rgb(2,170,33); }

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

border-color css

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

 span { border-color: rgb(2,170,33); }

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