#00321D

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

Shades of Dark Green #00321D

Tints of Dark Green #00321D

Color information

#00321D (or 0x00321D) is unknown color: approx Dark Green. HEX triplet: 00, 32 and 1D. RGB value is (0,50,29). Sum of RGB (Red+Green+Blue) = 0+50+29=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #00321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00321D is #FFCDE2. Grayscale: #202020. Windows color (decimal): -16764387 or 1913344. OLE color: 1913344.

HSL color Cylindrical-coordinate representation of color #00321D: hue angle of 154.8º 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 #00321D is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB05029-
CMYK100.420.80
HSL154.8º100%9.8%-
HSV(B)154.8º100%19.61%-
XYZ1.362.371.55-
YUV32.66125.94104.71-

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) = 63.29%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=0%
G=63.29%
B=36.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05029100.420.80154.81009.8
Hex0321D6402A509b64a
Octal0623514405212023314412
Binary0110010111011100100010101010100001001101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00321D; }

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

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

<style>
 a { background-color: #00321D; }

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

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

<style>
 span { border-color: #00321D; }

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

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