#031D18

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

Shades of Dark Green #031D18

Tints of Dark Green #031D18

Color information

#031D18 (or 0x031D18) is unknown color: approx Dark Green. HEX triplet: 03, 1D and 18. RGB value is (3,29,24). Sum of RGB (Red+Green+Blue) = 3+29+24=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #031D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D18 is #FCE2E7. Grayscale: #141414. Windows color (decimal): -16573160 or 1580291. OLE color: 1580291.

HSL color Cylindrical-coordinate representation of color #031D18: hue angle of 168.46º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D18 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB32924-
CMYK0.9000.170.89
HSL168.46º81.25%6.27%-
HSV(B)168.46º89.66%11.37%-
XYZ0.640.961.02-
YUV20.66129.89115.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 29 (11.72% from 255) = 51.79%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=5.36%
G=51.79%
B=42.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal329240.9000.170.89168.4681.256.27
Hex31D185A01159a8516
Octal335301320211312501216
Binary11111011100010110100100011011001101010001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031D18; }

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

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

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

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

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

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

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

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