#00322A

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

Shades of Dark Green #00322A

Tints of Dark Green #00322A

Color information

#00322A (or 0x00322A) is unknown color: approx Dark Green. HEX triplet: 00, 32 and 2A. RGB value is (0,50,42). Sum of RGB (Red+Green+Blue) = 0+50+42=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #00322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00322A is #FFCDD5. Grayscale: #222222. Windows color (decimal): -16764374 or 2765312. OLE color: 2765312.

HSL color Cylindrical-coordinate representation of color #00322A: hue angle of 170.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00322A is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB05042-
CMYK100.160.80
HSL170.4º100%9.8%-
HSV(B)170.4º100%19.61%-
XYZ1.562.452.58-
YUV34.14132.44103.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 54.35%
BLUE value IS 42 (16.80% from 255) = 45.65%
R=0%
G=54.35%
B=45.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05042100.160.80170.41009.8
Hex0322A6401050aa64a
Octal0625214402012025214412
Binary0110010101010110010001000010100001010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00322A; }

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

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

<style>
 a { background-color: #00322A; }

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

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

<style>
 span { border-color: #00322A; }

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

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