#031511

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

Shades of Dark Green #031511

Tints of Dark Green #031511

Color information

#031511 (or 0x031511) is unknown color: approx Dark Green. HEX triplet: 03, 15 and 11. RGB value is (3,21,17). Sum of RGB (Red+Green+Blue) = 3+21+17=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #031511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031511 is #FCEAEE. Grayscale: #0F0F0F. Windows color (decimal): -16575215 or 1119491. OLE color: 1119491.

HSL color Cylindrical-coordinate representation of color #031511: hue angle of 166.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031511 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB32117-
CMYK0.8600.190.92
HSL166.67º75%4.71%-
HSV(B)166.67º85.71%8.24%-
XYZ0.410.60.62-
YUV15.16129.04119.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 21 (8.59% from 255) = 51.22%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=7.32%
G=51.22%
B=41.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal321170.8600.190.92166.67754.71
Hex31511560135Ca74b5
Octal325211260231342471135
Binary11101011000110101100100111011100101001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031511; }

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

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

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

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

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

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

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

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