#031010

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

Shades of Dark Green #031010

Tints of Dark Green #031010

Color information

#031010 (or 0x031010) is unknown color: approx Dark Green. HEX triplet: 03, 10 and 10. RGB value is (3,16,16). Sum of RGB (Red+Green+Blue) = 3+16+16=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #031010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031010 is #FCEFEF. Grayscale: #0C0C0C. Windows color (decimal): -16576496 or 1052675. OLE color: 1052675.

HSL color Cylindrical-coordinate representation of color #031010: hue angle of 180º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #031010 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB31616-
CMYK0.81000.94
HSL180º68.42%3.73%-
HSV(B)180º81.25%6.27%-
XYZ0.320.430.56-
YUV12.11130.19121.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 16 (6.64% from 255) = 45.71%
BLUE value IS 16 (6.64% from 255) = 45.71%
R=8.57%
G=45.71%
B=45.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal316160.81000.9418068.423.73
Hex3101051005Eb4444
Octal32020121001362641044
Binary1110000100001010001001011110101101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031010; }

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

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

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

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

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

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

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

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