#03382D

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

Shades of Dark Green #03382D

Tints of Dark Green #03382D

Color information

#03382D (or 0x03382D) is unknown color: approx Dark Green. HEX triplet: 03, 38 and 2D. RGB value is (3,56,45). Sum of RGB (Red+Green+Blue) = 3+56+45=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #03382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03382D is #FCC7D2. Grayscale: #262626. Windows color (decimal): -16566227 or 2963459. OLE color: 2963459.

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

Color convert

RGB35645-
CMYK0.9500.200.78
HSL167.55º89.83%11.57%-
HSV(B)167.55º94.64%21.96%-
XYZ1.933.042.97-
YUV38.9131.44102.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=2.88%
G=53.85%
B=43.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356450.9500.200.78167.5589.8311.57
Hex3382D5F0144Ea85ac
Octal3705513702411625013214
Binary11111000101101101111101010010011101010100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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