#031007

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

Shades of Dark Green #031007

Tints of Dark Green #031007

Color information

#031007 (or 0x031007) is unknown color: approx Dark Green. HEX triplet: 03, 10 and 07. RGB value is (3,16,7). Sum of RGB (Red+Green+Blue) = 3+16+7=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 16 (6.64% from 255 or 61.54% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 16 - color contains mainly: green. Hex color #031007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031007 is #FCEFF8. Grayscale: #0B0B0B. Windows color (decimal): -16576505 or 462851. OLE color: 462851.

HSL color Cylindrical-coordinate representation of color #031007: hue angle of 138.46º 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 #031007 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.

Color convert

RGB3167-
CMYK0.8100.560.94
HSL138.46º68.42%3.73%-
HSV(B)138.46º81.25%6.27%-
XYZ0.260.410.27-
YUV11.09125.69122.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 16 (6.64% from 255) = 61.54%
BLUE value IS 7 (3.12% from 255) = 26.92%
R=11.54%
G=61.54%
B=26.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal31670.8100.560.94138.4668.423.73
Hex3107510385E8a444
Octal32071210701362121044
Binary1110000111101000101110001011110100010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031007; }

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

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

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

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

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

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

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

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