#031E0D

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

Shades of Dark Green #031E0D

Tints of Dark Green #031E0D

Color information

#031E0D (or 0x031E0D) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 0D. RGB value is (3,30,13). Sum of RGB (Red+Green+Blue) = 3+30+13=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #031E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E0D is #FCE1F2. Grayscale: #141414. Windows color (decimal): -16572915 or 859651. OLE color: 859651.

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

Color convert

RGB33013-
CMYK0.9000.570.88
HSL142.22º81.82%6.47%-
HSV(B)142.22º90%11.76%-
XYZ0.570.980.54-
YUV19.99124.05115.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 30 (12.11% from 255) = 65.22%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=6.52%
G=65.22%
B=28.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330130.9000.570.88142.2281.826.47
Hex31ED5A039588e526
Octal336151320711302161226
Binary11111101101101101001110011011000100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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