#031D0D

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

Shades of Dark Green #031D0D

Tints of Dark Green #031D0D

Color information

#031D0D (or 0x031D0D) is unknown color: approx Dark Green. HEX triplet: 03, 1D and 0D. RGB value is (3,29,13). Sum of RGB (Red+Green+Blue) = 3+29+13=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #031D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D0D is #FCE2F2. Grayscale: #131313. Windows color (decimal): -16573171 or 859395. OLE color: 859395.

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

Color convert

RGB32913-
CMYK0.9000.550.89
HSL143.08º81.25%6.27%-
HSV(B)143.08º89.66%11.37%-
XYZ0.550.930.53-
YUV19.4124.39116.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 29 (11.72% from 255) = 64.44%
BLUE value IS 13 (5.47% from 255) = 28.89%
R=6.67%
G=64.44%
B=28.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal329130.9000.550.89143.0881.256.27
Hex31DD5A037598f516
Octal335151320671312171216
Binary11111011101101101001101111011001100011111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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