Html Css Color HEX #02AA2F Dark Pastel Green

📋 copy color: '#02AA2F'

red 2 ◦ green 170 ◦ blue 47

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

Shades of Dark Pastel Green #02AA2F

Tints of Dark Pastel Green #02AA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.46%

R = 0.91%
G = 77.63%
B = 21.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#02AA2F (or 0x02AA2F) is known color: Dark Pastel Green. HEX triplet: 02, AA and 2F. RGB value is (2,170,47). Sum of RGB (Red+Green+Blue) = 2+170+47=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 170 (66.80% from 255 or 77.63% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AA2F is #FD55D0. Grayscale: #6A6A6A. Windows color (decimal): -16602577 or 3123714. OLE color: 3123714.

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

Color convert

RGB 2 170 47 -
CMYK 0.99 0 0.72 0.33
HSL 136.07º 0.98% 0.34% -
HSV(B) 136.07º 0.99% 0.67% -
XYZ 14.91 28.97 7.49 -
YUV 105.75 94.84 54 -
System Red Green Blue C M Y K H S L
Decimal 2 170 47 0.99 0 0.72 0.33 136.07 0.98 0.34
Hex 2 AA 2F 63 0 48 21 88 62 22
Octal 2 252 57 143 0 110 41 210 142 42
Binary 10 10101010 101111 1100011 0 1001000 100001 10001000 1100010 100010

Color Harmonies of #02AA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA2F

Black with #02AA2F

Text Example


Text Example

White with #02AA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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