#03301A

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

Shades of Dark Green #03301A

Tints of Dark Green #03301A

Color information

#03301A (or 0x03301A) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 1A. RGB value is (3,48,26). Sum of RGB (Red+Green+Blue) = 3+48+26=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #03301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03301A is #FCCFE5. Grayscale: #202020. Windows color (decimal): -16568294 or 1716227. OLE color: 1716227.

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

Color convert

RGB34826-
CMYK0.9400.460.81
HSL150.67º88.24%10%-
HSV(B)150.67º93.75%18.82%-
XYZ1.282.211.34-
YUV32.04124.59107.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=3.90%
G=62.34%
B=33.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348260.9400.460.81150.6788.2410
Hex3301A5E02E519758a
Octal3603213605612122713012
Binary11110000110101011110010111010100011001011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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