#031E14

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

Shades of Dark Green #031E14

Tints of Dark Green #031E14

Color information

#031E14 (or 0x031E14) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 14. RGB value is (3,30,20). Sum of RGB (Red+Green+Blue) = 3+30+20=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #031E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E14 is #FCE1EB. Grayscale: #141414. Windows color (decimal): -16572908 or 1318403. OLE color: 1318403.

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

Color convert

RGB33020-
CMYK0.9000.330.88
HSL157.78º81.82%6.47%-
HSV(B)157.78º90%11.76%-
XYZ0.6310.82-
YUV20.79127.55115.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 30 (12.11% from 255) = 56.60%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=5.66%
G=56.60%
B=37.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330200.9000.330.88157.7881.826.47
Hex31E145A021589e526
Octal336241320411302361226
Binary111111010100101101001000011011000100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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