#031E1C

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

Shades of Dark Green #031E1C

Tints of Dark Green #031E1C

Color information

#031E1C (or 0x031E1C) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 1C. RGB value is (3,30,28). Sum of RGB (Red+Green+Blue) = 3+30+28=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #031E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E1C is #FCE1E3. Grayscale: #151515. Windows color (decimal): -16572900 or 1842691. OLE color: 1842691.

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

Color convert

RGB33028-
CMYK0.9000.070.88
HSL175.56º81.82%6.47%-
HSV(B)175.56º90%11.76%-
XYZ0.711.031.26-
YUV21.7131.55114.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 30 (12.11% from 255) = 49.18%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=4.92%
G=49.18%
B=45.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330280.9000.070.88175.5681.826.47
Hex31E1C5A0758b0526
Octal33634132071302601226
Binary111111011100101101001111011000101100001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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