#003328

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

Shades of Dark Green #003328

Tints of Dark Green #003328

Color information

#003328 (or 0x003328) is unknown color: approx Dark Green. HEX triplet: 00, 33 and 28. RGB value is (0,51,40). Sum of RGB (Red+Green+Blue) = 0+51+40=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #003328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003328 is #FFCCD7. Grayscale: #222222. Windows color (decimal): -16764120 or 2634496. OLE color: 2634496.

HSL color Cylindrical-coordinate representation of color #003328: hue angle of 167.06º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003328 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB05140-
CMYK100.220.8
HSL167.06º100%10%-
HSV(B)167.06º100%20%-
XYZ1.572.522.41-
YUV34.5131.1103.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 56.04%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=0%
G=56.04%
B=43.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05140100.220.8167.0610010
Hex033286401650a764a
Octal0635014402612024714412
Binary0110011101000110010001011010100001010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003328; }

 p { color: rgb(0,51,40); }

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

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

 a { background-color: rgb(0,51,40); }

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

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

 span { border-color: rgb(0,51,40); }

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