#03382E

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

Shades of Dark Green #03382E

Tints of Dark Green #03382E

Color information

#03382E (or 0x03382E) is unknown color: approx Dark Green. HEX triplet: 03, 38 and 2E. RGB value is (3,56,46). Sum of RGB (Red+Green+Blue) = 3+56+46=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #03382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03382E is #FCC7D1. Grayscale: #272727. Windows color (decimal): -16566226 or 3028995. OLE color: 3028995.

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

Color convert

RGB35646-
CMYK0.9500.180.78
HSL168.68º89.83%11.57%-
HSV(B)168.68º94.64%21.96%-
XYZ1.943.043.07-
YUV39.01131.94102.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 56 (22.27% from 255) = 53.33%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=2.86%
G=53.33%
B=43.81%

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
Decimal356460.9500.180.78168.6889.8311.57
Hex3382E5F0124Ea95ac
Octal3705613702211625113214
Binary11111000101110101111101001010011101010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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