#031D0E

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

Shades of Dark Green #031D0E

Tints of Dark Green #031D0E

Color information

#031D0E (or 0x031D0E) is unknown color: approx Dark Green. HEX triplet: 03, 1D and 0E. RGB value is (3,29,14). Sum of RGB (Red+Green+Blue) = 3+29+14=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #031D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D0E is #FCE2F1. Grayscale: #131313. Windows color (decimal): -16573170 or 924931. OLE color: 924931.

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

Color convert

RGB32914-
CMYK0.9000.520.89
HSL145.38º81.25%6.27%-
HSV(B)145.38º89.66%11.37%-
XYZ0.560.930.57-
YUV19.52124.89116.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 29 (11.72% from 255) = 63.04%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=6.52%
G=63.04%
B=30.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal329140.9000.520.89145.3881.256.27
Hex31DE5A0345991516
Octal335161320641312211216
Binary11111011110101101001101001011001100100011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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