#03381C

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

Shades of Dark Green #03381C

Tints of Dark Green #03381C

Color information

#03381C (or 0x03381C) is unknown color: approx Dark Green. HEX triplet: 03, 38 and 1C. RGB value is (3,56,28). Sum of RGB (Red+Green+Blue) = 3+56+28=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #03381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03381C is #FCC7E3. Grayscale: #252525. Windows color (decimal): -16566244 or 1849347. OLE color: 1849347.

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

Color convert

RGB35628-
CMYK0.9500.500.78
HSL148.3º89.83%11.57%-
HSV(B)148.3º94.64%21.96%-
XYZ1.662.931.58-
YUV36.96122.94103.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 56 (22.27% from 255) = 64.37%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=3.45%
G=64.37%
B=32.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356280.9500.500.78148.389.8311.57
Hex3381C5F0324E945ac
Octal3703413706211622413214
Binary11111000111001011111011001010011101001010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03381C; }

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

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

<style>
 a { background-color: #03381C; }

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

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

<style>
 span { border-color: #03381C; }

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

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