#031110

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

Shades of Dark Green #031110

Tints of Dark Green #031110

Color information

#031110 (or 0x031110) is unknown color: approx Dark Green. HEX triplet: 03, 11 and 10. RGB value is (3,17,16). Sum of RGB (Red+Green+Blue) = 3+17+16=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #031110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031110 is #FCEEEF. Grayscale: #0C0C0C. Windows color (decimal): -16576240 or 1052931. OLE color: 1052931.

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

Color convert

RGB31716-
CMYK0.8200.060.93
HSL175.71º70%3.92%-
HSV(B)175.71º82.35%6.67%-
XYZ0.330.460.56-
YUV12.7129.86121.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 17 (7.03% from 255) = 47.22%
BLUE value IS 16 (6.64% from 255) = 44.44%
R=8.33%
G=47.22%
B=44.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal317160.8200.060.93175.71703.92
Hex3111052065Db0464
Octal32120122061352601064
Binary111000110000101001001101011101101100001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031110; }

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

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

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

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

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

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

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

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