#00aa2a

Color #00AA2A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00AA2A

Tints of Dark Pastel Green #00AA2A

Color information

#00AA2A (or 0x00AA2A) is unknown color: approx Dark Pastel Green. HEX triplet: 00, AA and 2A. RGB value is (0,170,42). Sum of RGB (Red+Green+Blue) = 0+170+42=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 170 (66.80% from 255 or 80.19% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AA2A is #FF55D5. Grayscale: #686868. Windows color (decimal): -16733654 or 2796032. OLE color: 2796032.

HSL color Cylindrical-coordinate representation of color #00AA2A: hue angle of 134.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA2A is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB017042-
CMYK100.750.33
HSL134.82º100%33.33%-
HSV(B)134.82º100%66.67%-
XYZ14.7928.926.99-
YUV104.5892.6853.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 170 (66.80% from 255) = 80.19%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=0%
G=80.19%
B=19.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal017042100.750.33134.8210033.33
Hex0AA2A6404B21876421
Octal02525214401134120714441
Binary010101010101010110010001001011100001100001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00aa2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00aa2a; }

 p { color: rgb(0,170,42); }

 H1.HeaderClassName
 {
   color: #00aa2a;
 }
 .AnyTagClassName
 {
   color: #00aa2a;
 }
</style>
background-color css

<style>
 a { background-color: #00aa2a; }

 a { background-color: rgb(0,170,42); }

 div.DivClassName
 {
   background-color: #00aa2a;
 }
 .BgClassName
 {
   background-color: #00aa2a;
 }
</style>
border-color css

<style>
 span { border-color: #00aa2a; }

 span { border-color: rgb(0,170,42); }

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