#04311E

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

Shades of Dark Green #04311E

Tints of Dark Green #04311E

Color information

#04311E (or 0x04311E) is unknown color: approx Dark Green. HEX triplet: 04, 31 and 1E. RGB value is (4,49,30). Sum of RGB (Red+Green+Blue) = 4+49+30=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #04311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04311E is #FBCEE1. Grayscale: #212121. Windows color (decimal): -16502498 or 1978628. OLE color: 1978628.

HSL color Cylindrical-coordinate representation of color #04311E: hue angle of 154.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04311E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB44930-
CMYK0.9200.390.81
HSL154.67º84.91%10.39%-
HSV(B)154.67º91.84%19.22%-
XYZ1.382.321.6-
YUV33.38126.09107.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 49 (19.53% from 255) = 59.04%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=4.82%
G=59.04%
B=36.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449300.9200.390.81154.6784.9110.39
Hex4311E5C027519b55a
Octal4613613404712123312512
Binary100110001111101011100010011110100011001101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04311E; }

 p { color: rgb(4,49,30); }

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

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

 a { background-color: rgb(4,49,30); }

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

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

 span { border-color: rgb(4,49,30); }

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