#00321E

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

Shades of Dark Green #00321E

Tints of Dark Green #00321E

Color information

#00321E (or 0x00321E) is unknown color: approx Dark Green. HEX triplet: 00, 32 and 1E. RGB value is (0,50,30). Sum of RGB (Red+Green+Blue) = 0+50+30=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #00321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00321E is #FFCDE1. Grayscale: #202020. Windows color (decimal): -16764386 or 1978880. OLE color: 1978880.

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

Color convert

RGB05030-
CMYK100.400.80
HSL156º100%9.8%-
HSV(B)156º100%19.61%-
XYZ1.372.371.61-
YUV32.77126.44104.63-

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) = 62.5%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=0%
G=62.5%
B=37.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05030100.400.801561009.8
Hex0321E64028509c64a
Octal0623614405012023414412
Binary0110010111101100100010100010100001001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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