#031D1E

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

Shades of Dark Green #031D1E

Tints of Dark Green #031D1E

Color information

#031D1E (or 0x031D1E) is unknown color: approx Dark Green. HEX triplet: 03, 1D and 1E. RGB value is (3,29,30). Sum of RGB (Red+Green+Blue) = 3+29+30=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #031D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D1E is #FCE2E1. Grayscale: #151515. Windows color (decimal): -16573154 or 1973507. OLE color: 1973507.

HSL color Cylindrical-coordinate representation of color #031D1E: hue angle of 182.22º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D1E is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB32930-
CMYK0.900.0300.88
HSL182.22º81.82%6.47%-
HSV(B)182.22º90%11.76%-
XYZ0.710.991.38-
YUV21.34132.89114.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 29 (11.72% from 255) = 46.77%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=4.84%
G=46.77%
B=48.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal329300.900.0300.88182.2281.826.47
Hex31D1E5A3058b6526
Octal33536132301302661226
Binary11111011111010110101101011000101101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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