#03382A

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

Shades of Dark Green #03382A

Tints of Dark Green #03382A

Color information

#03382A (or 0x03382A) is unknown color: approx Dark Green. HEX triplet: 03, 38 and 2A. RGB value is (3,56,42). Sum of RGB (Red+Green+Blue) = 3+56+42=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #03382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03382A is #FCC7D5. Grayscale: #262626. Windows color (decimal): -16566230 or 2766851. OLE color: 2766851.

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

Color convert

RGB35642-
CMYK0.9500.250.78
HSL164.15º89.83%11.57%-
HSV(B)164.15º94.64%21.96%-
XYZ1.873.012.67-
YUV38.56129.94102.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 56 (22.27% from 255) = 55.45%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=2.97%
G=55.45%
B=41.58%

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
Decimal356420.9500.250.78164.1589.8311.57
Hex3382A5F0194Ea45ac
Octal3705213703111624413214
Binary11111000101010101111101100110011101010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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