#031108

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

Shades of Dark Green #031108

Tints of Dark Green #031108

Color information

#031108 (or 0x031108) is unknown color: approx Dark Green. HEX triplet: 03, 11 and 08. RGB value is (3,17,8). Sum of RGB (Red+Green+Blue) = 3+17+8=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #031108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031108 is #FCEEF7. Grayscale: #0B0B0B. Windows color (decimal): -16576248 or 528643. OLE color: 528643.

HSL color Cylindrical-coordinate representation of color #031108: hue angle of 141.43º 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 #031108 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB3178-
CMYK0.8200.530.93
HSL141.43º70%3.92%-
HSV(B)141.43º82.35%6.67%-
XYZ0.280.440.3-
YUV11.79125.86121.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.71%
GREEN value IS 17 (7.03% from 255) = 60.71%
BLUE value IS 8 (3.52% from 255) = 28.57%
R=10.71%
G=60.71%
B=28.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31780.8200.530.93141.43703.92
Hex3118520355D8d464
Octal321101220651352151064
Binary11100011000101001001101011011101100011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031108; }

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

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

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

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

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

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

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

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