#031D13

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

Shades of Dark Green #031D13

Tints of Dark Green #031D13

Color information

#031D13 (or 0x031D13) is unknown color: approx Dark Green. HEX triplet: 03, 1D and 13. RGB value is (3,29,19). Sum of RGB (Red+Green+Blue) = 3+29+19=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #031D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D13 is #FCE2EC. Grayscale: #141414. Windows color (decimal): -16573165 or 1252611. OLE color: 1252611.

HSL color Cylindrical-coordinate representation of color #031D13: hue angle of 156.92º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D13 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB32919-
CMYK0.9000.340.89
HSL156.92º81.25%6.27%-
HSV(B)156.92º89.66%11.37%-
XYZ0.590.950.77-
YUV20.09127.39115.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 29 (11.72% from 255) = 56.86%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=5.88%
G=56.86%
B=37.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal329190.9000.340.89156.9281.256.27
Hex31D135A022599d516
Octal335231320421312351216
Binary111110110011101101001000101011001100111011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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