Html Css Color HEX #03381C Dark Green

📋 copy color: '#03381C'

red 3 ◦ green 56 ◦ blue 28

#03381C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #03381C

Tints of Dark Green #03381C

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 value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#03381C (or 0x03381C) is known color: 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

RGB 3 56 28 -
CMYK 0.95 0 0.50 0.78
HSL 148.3º 0.9% 0.12% -
HSV(B) 148.3º 0.95% 0.22% -
XYZ 1.66 2.93 1.58 -
YUV 36.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 3 56 28 0.95 0 0.50 0.78 148.3 0.9 0.12
Hex 3 38 1C 5F 0 32 4E 94 5A C
Octal 3 70 34 137 0 62 116 224 132 14
Binary 11 111000 11100 1011111 0 110010 1001110 10010100 1011010 1100

Color Harmonies of #03381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03381C

Black with #03381C

Text Example


Text Example

White with #03381C

Text Example


Text Example

HTML Codes & Css Web 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>