#031309

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

Shades of Dark Green #031309

Tints of Dark Green #031309

Color information

#031309 (or 0x031309) is unknown color: approx Dark Green. HEX triplet: 03, 13 and 09. RGB value is (3,19,9). Sum of RGB (Red+Green+Blue) = 3+19+9=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #031309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031309 is #FCECF6. Grayscale: #0D0D0D. Windows color (decimal): -16575735 or 594691. OLE color: 594691.

HSL color Cylindrical-coordinate representation of color #031309: hue angle of 142.5º 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 #031309 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB3199-
CMYK0.8400.530.93
HSL142.5º72.73%4.31%-
HSV(B)142.5º84.21%7.45%-
XYZ0.320.50.34-
YUV13.08125.7120.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 19 (7.81% from 255) = 61.29%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=9.68%
G=61.29%
B=29.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31990.8400.530.93142.572.734.31
Hex3139540355D8e494
Octal323111240651352161114
Binary11100111001101010001101011011101100011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031309; }

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

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

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

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

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

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

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

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