#003111

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

Shades of Dark Green #003111

Tints of Dark Green #003111

Color information

#003111 (or 0x003111) is unknown color: approx Dark Green. HEX triplet: 00, 31 and 11. RGB value is (0,49,17). Sum of RGB (Red+Green+Blue) = 0+49+17=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #003111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003111 is #FFCEEE. Grayscale: #1E1E1E. Windows color (decimal): -16764655 or 1126656. OLE color: 1126656.

HSL color Cylindrical-coordinate representation of color #003111: hue angle of 140.82º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003111 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB04917-
CMYK100.650.81
HSL140.82º100%9.61%-
HSV(B)140.82º100%19.22%-
XYZ1.22.240.9-
YUV30.7120.27106.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 74.24%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=0%
G=74.24%
B=25.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04917100.650.81140.821009.61
Hex0311164041518d64a
Octal06121144010112121514412
Binary01100011000111001000100000110100011000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003111; }

 p { color: rgb(0,49,17); }

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

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

 a { background-color: rgb(0,49,17); }

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

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

 span { border-color: rgb(0,49,17); }

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