#03311E

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

Shades of Dark Green #03311E

Tints of Dark Green #03311E

Color information

#03311E (or 0x03311E) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 1E. RGB value is (3,49,30). Sum of RGB (Red+Green+Blue) = 3+49+30=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #03311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03311E is #FCCEE1. Grayscale: #212121. Windows color (decimal): -16568034 or 1978627. OLE color: 1978627.

HSL color Cylindrical-coordinate representation of color #03311E: hue angle of 155.22º 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 #03311E is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB34930-
CMYK0.9400.390.81
HSL155.22º88.46%10.2%-
HSV(B)155.22º93.88%19.22%-
XYZ1.372.311.6-
YUV33.08126.26106.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 49 (19.53% from 255) = 59.76%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=3.66%
G=59.76%
B=36.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349300.9400.390.81155.2288.4610.2
Hex3311E5E027519b58a
Octal3613613604712123313012
Binary11110001111101011110010011110100011001101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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