#03372B

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

Shades of Dark Green #03372B

Tints of Dark Green #03372B

Color information

#03372B (or 0x03372B) is unknown color: approx Dark Green. HEX triplet: 03, 37 and 2B. RGB value is (3,55,43). Sum of RGB (Red+Green+Blue) = 3+55+43=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #03372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03372B is #FCC8D4. Grayscale: #262626. Windows color (decimal): -16566485 or 2832131. OLE color: 2832131.

HSL color Cylindrical-coordinate representation of color #03372B: hue angle of 166.15º 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 #03372B is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB35543-
CMYK0.9500.220.78
HSL166.15º89.66%11.37%-
HSV(B)166.15º94.55%21.57%-
XYZ1.842.932.75-
YUV38.08130.77102.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=2.97%
G=54.46%
B=42.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355430.9500.220.78166.1589.6611.37
Hex3372B5F0164Ea65ab
Octal3675313702611624613213
Binary11110111101011101111101011010011101010011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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