#03322E

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

Shades of Dark Green #03322E

Tints of Dark Green #03322E

Color information

#03322E (or 0x03322E) is unknown color: approx Dark Green. HEX triplet: 03, 32 and 2E. RGB value is (3,50,46). Sum of RGB (Red+Green+Blue) = 3+50+46=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #03322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03322E is #FCCDD1. Grayscale: #232323. Windows color (decimal): -16567762 or 3027459. OLE color: 3027459.

HSL color Cylindrical-coordinate representation of color #03322E: hue angle of 174.89º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03322E is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB35046-
CMYK0.9400.080.80
HSL174.89º88.68%10.39%-
HSV(B)174.89º94%19.61%-
XYZ1.672.52.98-
YUV35.49133.93104.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=3.03%
G=50.51%
B=46.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal350460.9400.080.80174.8988.6810.39
Hex3322E5E0850af59a
Octal3625613601012025713112
Binary1111001010111010111100100010100001010111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,50,46); }

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

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

 a { background-color: rgb(3,50,46); }

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

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

 span { border-color: rgb(3,50,46); }

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