#031E13

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

Shades of Dark Green #031E13

Tints of Dark Green #031E13

Color information

#031E13 (or 0x031E13) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 13. RGB value is (3,30,19). Sum of RGB (Red+Green+Blue) = 3+30+19=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #031E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E13 is #FCE1EC. Grayscale: #141414. Windows color (decimal): -16572909 or 1252867. OLE color: 1252867.

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

Color convert

RGB33019-
CMYK0.9000.370.88
HSL155.56º81.82%6.47%-
HSV(B)155.56º90%11.76%-
XYZ0.620.990.78-
YUV20.67127.05115.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 30 (12.11% from 255) = 57.69%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=5.77%
G=57.69%
B=36.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330190.9000.370.88155.5681.826.47
Hex31E135A025589c526
Octal336231320451302341226
Binary111111010011101101001001011011000100111001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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