#03332D

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

Shades of Dark Green #03332D

Tints of Dark Green #03332D

Color information

#03332D (or 0x03332D) is unknown color: approx Dark Green. HEX triplet: 03, 33 and 2D. RGB value is (3,51,45). Sum of RGB (Red+Green+Blue) = 3+51+45=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #03332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03332D is #FCCCD2. Grayscale: #232323. Windows color (decimal): -16567507 or 2962179. OLE color: 2962179.

HSL color Cylindrical-coordinate representation of color #03332D: hue angle of 172.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03332D is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB35145-
CMYK0.9400.120.8
HSL172.5º88.89%10.59%-
HSV(B)172.5º94.12%20%-
XYZ1.72.582.89-
YUV35.96133.1104.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=3.03%
G=51.52%
B=45.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351450.9400.120.8172.588.8910.59
Hex3332D5E0C50ac59b
Octal3635513601412025413113
Binary1111001110110110111100110010100001010110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03332D; }

 p { color: rgb(3,51,45); }

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

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

 a { background-color: rgb(3,51,45); }

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

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

 span { border-color: rgb(3,51,45); }

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