#031C16

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

Shades of Dark Green #031C16

Tints of Dark Green #031C16

Color information

#031C16 (or 0x031C16) is unknown color: approx Dark Green. HEX triplet: 03, 1C and 16. RGB value is (3,28,22). Sum of RGB (Red+Green+Blue) = 3+28+22=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #031C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C16 is #FCE3E9. Grayscale: #131313. Windows color (decimal): -16573418 or 1448963. OLE color: 1448963.

HSL color Cylindrical-coordinate representation of color #031C16: hue angle of 165.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C16 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB32822-
CMYK0.8900.210.89
HSL165.6º80.65%6.08%-
HSV(B)165.6º89.29%10.98%-
XYZ0.60.910.9-
YUV19.84129.22115.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 28 (11.33% from 255) = 52.83%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=5.66%
G=52.83%
B=41.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal328220.8900.210.89165.680.656.08
Hex31C165901559a6516
Octal334261310251312461216
Binary11111001011010110010101011011001101001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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