Html Css Color HEX #02AA3A Dark Pastel Green

📋 copy color: '#02AA3A'

red 2 ◦ green 170 ◦ blue 58

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

Shades of Dark Pastel Green #02AA3A

Tints of Dark Pastel Green #02AA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 0.87%
G = 73.91%
B = 25.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#02AA3A (or 0x02AA3A) is known color: Dark Pastel Green. HEX triplet: 02, AA and 3A. RGB value is (2,170,58). Sum of RGB (Red+Green+Blue) = 2+170+58=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 170 (66.80% from 255 or 73.91% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AA3A is #FD55C5. Grayscale: #6B6B6B. Windows color (decimal): -16602566 or 3844610. OLE color: 3844610.

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

Color convert

RGB 2 170 58 -
CMYK 0.99 0 0.66 0.33
HSL 140º 0.98% 0.34% -
HSV(B) 140º 0.99% 0.67% -
XYZ 15.16 29.07 8.81 -
YUV 107 100.34 53.11 -
System Red Green Blue C M Y K H S L
Decimal 2 170 58 0.99 0 0.66 0.33 140 0.98 0.34
Hex 2 AA 3A 63 0 42 21 8C 62 22
Octal 2 252 72 143 0 102 41 214 142 42
Binary 10 10101010 111010 1100011 0 1000010 100001 10001100 1100010 100010

Color Harmonies of #02AA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA3A

Black with #02AA3A

Text Example


Text Example

White with #02AA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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