Html Css Color HEX #03311A Dark Green

📋 copy color: '#03311A'

red 3 ◦ green 49 ◦ blue 26

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

Shades of Dark Green #03311A

Tints of Dark Green #03311A

RGB

 RED value IS 3 (1.56% from 255) = 3.85%

 GREEN value IS 49 (19.53% from 255) = 62.82%

 BLUE value IS 26 (10.55% from 255) = 33.33%

R = 3.85%
G = 62.82%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#03311A (or 0x03311A) is known color: Dark Green. HEX triplet: 03, 31 and 1A. RGB value is (3,49,26). Sum of RGB (Red+Green+Blue) = 3+49+26=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #03311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03311A is #FCCEE5. Grayscale: #202020. Windows color (decimal): -16568038 or 1716483. OLE color: 1716483.

HSL color Cylindrical-coordinate representation of color #03311A: hue angle of 150º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03311A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 49 26 -
CMYK 0.94 0 0.47 0.81
HSL 150º 0.88% 0.1% -
HSV(B) 150º 0.94% 0.19% -
XYZ 1.32 2.29 1.35 -
YUV 32.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 3 49 26 0.94 0 0.47 0.81 150 0.88 0.1
Hex 3 31 1A 5E 0 2F 51 96 58 A
Octal 3 61 32 136 0 57 121 226 130 12
Binary 11 110001 11010 1011110 0 101111 1010001 10010110 1011000 1010

Color Harmonies of #03311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03311A

Black with #03311A

Text Example


Text Example

White with #03311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,49,26); }

 H1.HeaderClassName
 {
   color: #03311A;
 }
 .AnyTagClassName
 {
   color: #03311A;
 }
</style>

background-color css

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

 a { background-color: rgb(3,49,26); }

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

border-color css

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

 span { border-color: rgb(3,49,26); }

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