#031310

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

Shades of Dark Green #031310

Tints of Dark Green #031310

Color information

#031310 (or 0x031310) is unknown color: approx Dark Green. HEX triplet: 03, 13 and 10. RGB value is (3,19,16). Sum of RGB (Red+Green+Blue) = 3+19+16=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #031310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031310 is #FCECEF. Grayscale: #0D0D0D. Windows color (decimal): -16575728 or 1053443. OLE color: 1053443.

HSL color Cylindrical-coordinate representation of color #031310: hue angle of 168.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #031310 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB31916-
CMYK0.8400.160.93
HSL168.75º72.73%4.31%-
HSV(B)168.75º84.21%7.45%-
XYZ0.360.520.57-
YUV13.87129.2120.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=7.89%
G=50%
B=42.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal319160.8400.160.93168.7572.734.31
Hex31310540105Da9494
Octal323201240201352511114
Binary11100111000010101000100001011101101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031310; }

 p { color: rgb(3,19,16); }

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

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

 a { background-color: rgb(3,19,16); }

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

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

 span { border-color: rgb(3,19,16); }

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