#031107

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

Shades of Dark Green #031107

Tints of Dark Green #031107

Color information

#031107 (or 0x031107) is unknown color: approx Dark Green. HEX triplet: 03, 11 and 07. RGB value is (3,17,7). Sum of RGB (Red+Green+Blue) = 3+17+7=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 17 (7.03% from 255 or 62.96% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 17 - color contains mainly: green. Hex color #031107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031107 is #FCEEF8. Grayscale: #0B0B0B. Windows color (decimal): -16576249 or 463107. OLE color: 463107.

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

Color convert

RGB3177-
CMYK0.8200.590.93
HSL137.14º70%3.92%-
HSV(B)137.14º82.35%6.67%-
XYZ0.280.440.27-
YUV11.67125.36121.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.11%
GREEN value IS 17 (7.03% from 255) = 62.96%
BLUE value IS 7 (3.12% from 255) = 25.93%
R=11.11%
G=62.96%
B=25.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31770.8200.590.93137.14703.92
Hex31175203B5D89464
Octal32171220731352111064
Binary1110001111101001001110111011101100010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031107; }

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

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

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

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

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

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

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

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