#03322F

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

Shades of Dark Green #03322F

Tints of Dark Green #03322F

Color information

#03322F (or 0x03322F) is unknown color: approx Dark Green. HEX triplet: 03, 32 and 2F. RGB value is (3,50,47). Sum of RGB (Red+Green+Blue) = 3+50+47=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #03322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03322F is #FCCDD0. Grayscale: #232323. Windows color (decimal): -16567761 or 3092995. OLE color: 3092995.

HSL color Cylindrical-coordinate representation of color #03322F: hue angle of 176.17º 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 #03322F is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB35047-
CMYK0.9400.060.80
HSL176.17º88.68%10.39%-
HSV(B)176.17º94%19.61%-
XYZ1.692.513.08-
YUV35.6134.43104.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 47%
R=3%
G=50%
B=47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal350470.9400.060.80176.1788.6810.39
Hex3322F5E0650b059a
Octal362571360612026013112
Binary111100101011111011110011010100001011000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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