#031614

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

Shades of Dark Green #031614

Tints of Dark Green #031614

Color information

#031614 (or 0x031614) is unknown color: approx Dark Green. HEX triplet: 03, 16 and 14. RGB value is (3,22,20). Sum of RGB (Red+Green+Blue) = 3+22+20=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #031614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031614 is #FCE9EB. Grayscale: #101010. Windows color (decimal): -16574956 or 1316355. OLE color: 1316355.

HSL color Cylindrical-coordinate representation of color #031614: hue angle of 173.68º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031614 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB32220-
CMYK0.8600.090.91
HSL173.68º76%4.9%-
HSV(B)173.68º86.36%8.63%-
XYZ0.450.640.76-
YUV16.09130.21118.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 22 (8.98% from 255) = 48.89%
BLUE value IS 20 (8.20% from 255) = 44.44%
R=6.67%
G=48.89%
B=44.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal322200.8600.090.91173.68764.9
Hex3161456095Bae4c5
Octal326241260111332561145
Binary1110110101001010110010011011011101011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031614; }

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

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

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

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

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

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

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

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