#031612

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

Shades of Dark Green #031612

Tints of Dark Green #031612

Color information

#031612 (or 0x031612) is unknown color: approx Dark Green. HEX triplet: 03, 16 and 12. RGB value is (3,22,18). Sum of RGB (Red+Green+Blue) = 3+22+18=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #031612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031612 is #FCE9ED. Grayscale: #0F0F0F. Windows color (decimal): -16574958 or 1185283. OLE color: 1185283.

HSL color Cylindrical-coordinate representation of color #031612: hue angle of 167.37º 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 #031612 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB32218-
CMYK0.8600.180.91
HSL167.37º76%4.9%-
HSV(B)167.37º86.36%8.63%-
XYZ0.430.640.67-
YUV15.86129.21118.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.98%
GREEN value IS 22 (8.98% from 255) = 51.16%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=6.98%
G=51.16%
B=41.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal322180.8600.180.91167.37764.9
Hex31612560125Ba74c5
Octal326221260221332471145
Binary11101101001010101100100101011011101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031612; }

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

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

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

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

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

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

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

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