#03372D

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

Shades of Dark Green #03372D

Tints of Dark Green #03372D

Color information

#03372D (or 0x03372D) is unknown color: approx Dark Green. HEX triplet: 03, 37 and 2D. RGB value is (3,55,45). Sum of RGB (Red+Green+Blue) = 3+55+45=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #03372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03372D is #FCC8D2. Grayscale: #262626. Windows color (decimal): -16566483 or 2963203. OLE color: 2963203.

HSL color Cylindrical-coordinate representation of color #03372D: hue angle of 168.46º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03372D is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB35545-
CMYK0.9500.180.78
HSL168.46º89.66%11.37%-
HSV(B)168.46º94.55%21.57%-
XYZ1.882.942.95-
YUV38.31131.77102.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 55 (21.88% from 255) = 53.40%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=2.91%
G=53.40%
B=43.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355450.9500.180.78168.4689.6611.37
Hex3372D5F0124Ea85ab
Octal3675513702211625013213
Binary11110111101101101111101001010011101010100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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