#03301E

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

Shades of Dark Green #03301E

Tints of Dark Green #03301E

Color information

#03301E (or 0x03301E) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 1E. RGB value is (3,48,30). Sum of RGB (Red+Green+Blue) = 3+48+30=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #03301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03301E is #FCCFE1. Grayscale: #202020. Windows color (decimal): -16568290 or 1978371. OLE color: 1978371.

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

Color convert

RGB34830-
CMYK0.9400.370.81
HSL156º88.24%10%-
HSV(B)156º93.75%18.82%-
XYZ1.332.231.59-
YUV32.49126.59106.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 48 (19.14% from 255) = 59.26%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=3.70%
G=59.26%
B=37.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348300.9400.370.8115688.2410
Hex3301E5E025519c58a
Octal3603613604512123413012
Binary11110000111101011110010010110100011001110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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