#031811

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

Shades of Dark Green #031811

Tints of Dark Green #031811

Color information

#031811 (or 0x031811) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 11. RGB value is (3,24,17). Sum of RGB (Red+Green+Blue) = 3+24+17=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #031811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031811 is #FCE7EE. Grayscale: #101010. Windows color (decimal): -16574447 or 1120259. OLE color: 1120259.

HSL color Cylindrical-coordinate representation of color #031811: hue angle of 160º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031811 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB32417-
CMYK0.8800.290.91
HSL160º77.78%5.29%-
HSV(B)160º87.5%9.41%-
XYZ0.470.710.64-
YUV16.92128.04118.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 24 (9.77% from 255) = 54.55%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=6.82%
G=54.55%
B=38.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal324170.8800.290.9116077.785.29
Hex318115801D5Ba04e5
Octal330211300351332401165
Binary11110001000110110000111011011011101000001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031811; }

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

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

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

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

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

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

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

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