#032318

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

Shades of Dark Green #032318

Tints of Dark Green #032318

Color information

#032318 (or 0x032318) is unknown color: approx Dark Green. HEX triplet: 03, 23 and 18. RGB value is (3,35,24). Sum of RGB (Red+Green+Blue) = 3+35+24=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #032318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032318 is #FCDCE7. Grayscale: #181818. Windows color (decimal): -16571624 or 1581827. OLE color: 1581827.

HSL color Cylindrical-coordinate representation of color #032318: hue angle of 159.38º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032318 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB33524-
CMYK0.9100.310.86
HSL159.38º84.21%7.45%-
HSV(B)159.38º91.43%13.73%-
XYZ0.81.291.07-
YUV24.18127.9112.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 24 (9.77% from 255) = 38.71%
R=4.84%
G=56.45%
B=38.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal335240.9100.310.86159.3884.217.45
Hex323185B01F569f547
Octal343301330371262371247
Binary111000111100010110110111111010110100111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032318; }

 p { color: rgb(3,35,24); }

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

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

 a { background-color: rgb(3,35,24); }

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

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

 span { border-color: rgb(3,35,24); }

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