#031E1D

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

Shades of Dark Green #031E1D

Tints of Dark Green #031E1D

Color information

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

HSL color Cylindrical-coordinate representation of color #031E1D: hue angle of 177.78º 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 #031E1D is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB33029-
CMYK0.9000.030.88
HSL177.78º81.82%6.47%-
HSV(B)177.78º90%11.76%-
XYZ0.721.041.32-
YUV21.81132.05114.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330290.9000.030.88177.7881.826.47
Hex31E1D5A0358b2526
Octal33635132031302621226
Binary11111101110110110100111011000101100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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