#0A321D

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

Shades of Dark Green #0A321D

Tints of Dark Green #0A321D

Color information

#0A321D (or 0x0A321D) is unknown color: approx Dark Green. HEX triplet: 0A, 32 and 1D. RGB value is (10,50,29). Sum of RGB (Red+Green+Blue) = 10+50+29=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #0A321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A321D is #F5CDE2. Grayscale: #232323. Windows color (decimal): -16109027 or 1913354. OLE color: 1913354.

HSL color Cylindrical-coordinate representation of color #0A321D: hue angle of 148.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A321D is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB105029-
CMYK0.8000.420.80
HSL148.5º66.67%11.76%-
HSV(B)148.5º80%19.61%-
XYZ1.492.431.55-
YUV35.65124.25109.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 50 (19.92% from 255) = 56.18%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=11.24%
G=56.18%
B=32.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1050290.8000.420.80148.566.6711.76
HexA321D5002A509443c
Octal12623512005212022410314
Binary1010110010111011010000010101010100001001010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A321D; }

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

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

<style>
 a { background-color: #0A321D; }

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

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

<style>
 span { border-color: #0A321D; }

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

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