#03311D

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

Shades of Dark Green #03311D

Tints of Dark Green #03311D

Color information

#03311D (or 0x03311D) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 1D. RGB value is (3,49,29). Sum of RGB (Red+Green+Blue) = 3+49+29=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #03311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03311D is #FCCEE2. Grayscale: #212121. Windows color (decimal): -16568035 or 1913091. OLE color: 1913091.

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

Color convert

RGB34929-
CMYK0.9400.410.81
HSL153.91º88.46%10.2%-
HSV(B)153.91º93.88%19.22%-
XYZ1.362.31.54-
YUV32.97125.76106.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 49 (19.53% from 255) = 60.49%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=3.70%
G=60.49%
B=35.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349290.9400.410.81153.9188.4610.2
Hex3311D5E029519a58a
Octal3613513605112123213012
Binary11110001111011011110010100110100011001101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03311D; }

 p { color: rgb(3,49,29); }

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

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

 a { background-color: rgb(3,49,29); }

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

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

 span { border-color: rgb(3,49,29); }

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