#03392D

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

Shades of Dark Green #03392D

Tints of Dark Green #03392D

Color information

#03392D (or 0x03392D) is unknown color: approx Dark Green. HEX triplet: 03, 39 and 2D. RGB value is (3,57,45). Sum of RGB (Red+Green+Blue) = 3+57+45=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #03392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03392D is #FCC6D2. Grayscale: #272727. Windows color (decimal): -16565971 or 2963715. OLE color: 2963715.

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

Color convert

RGB35745-
CMYK0.9500.210.78
HSL166.67º90%11.76%-
HSV(B)166.67º94.74%22.35%-
XYZ1.973.142.98-
YUV39.49131.11101.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 45 (17.97% from 255) = 42.86%
R=2.86%
G=54.29%
B=42.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357450.9500.210.78166.679011.76
Hex3392D5F0154Ea75ac
Octal3715513702511624713214
Binary11111001101101101111101010110011101010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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