#00A328

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

Shades of Dark Pastel Green #00A328

Tints of Dark Pastel Green #00A328

Color information

#00A328 (or 0x00A328) is unknown color: approx Dark Pastel Green. HEX triplet: 00, A3 and 28. RGB value is (0,163,40). Sum of RGB (Red+Green+Blue) = 0+163+40=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #00A328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A328 is #FF5CD7. Grayscale: #646464. Windows color (decimal): -16735448 or 2663168. OLE color: 2663168.

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

Color convert

RGB016340-
CMYK100.750.36
HSL134.72º100%31.96%-
HSV(B)134.72º100%63.92%-
XYZ13.4826.356.38-
YUV100.249456.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 163 (64.06% from 255) = 80.30%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=0%
G=80.30%
B=19.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016340100.750.36134.7210031.96
Hex0A3286404B24876420
Octal02435014401134420714440
Binary010100011101000110010001001011100100100001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,163,40); }

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

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

 a { background-color: rgb(0,163,40); }

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

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

 span { border-color: rgb(0,163,40); }

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