#03392B

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

Shades of Dark Green #03392B

Tints of Dark Green #03392B

Color information

#03392B (or 0x03392B) is unknown color: approx Dark Green. HEX triplet: 03, 39 and 2B. RGB value is (3,57,43). Sum of RGB (Red+Green+Blue) = 3+57+43=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #03392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03392B is #FCC6D4. Grayscale: #272727. Windows color (decimal): -16565973 or 2832643. OLE color: 2832643.

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

Color convert

RGB35743-
CMYK0.9500.250.78
HSL164.44º90%11.76%-
HSV(B)164.44º94.74%22.35%-
XYZ1.943.122.79-
YUV39.26130.11102.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 57 (22.66% from 255) = 55.34%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=2.91%
G=55.34%
B=41.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357430.9500.250.78164.449011.76
Hex3392B5F0194Ea45ac
Octal3715313703111624413214
Binary11111001101011101111101100110011101010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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