Html Css Color HEX #03301D Dark Green

📋 copy color: '#03301D'

red 3 ◦ green 48 ◦ blue 29

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

Shades of Dark Green #03301D

Tints of Dark Green #03301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 60%

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 3.75%
G = 60%
B = 36.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#03301D (or 0x03301D) is known color: Dark Green. HEX triplet: 03, 30 and 1D. RGB value is (3,48,29). Sum of RGB (Red+Green+Blue) = 3+48+29=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #03301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03301D is #FCCFE2. Grayscale: #202020. Windows color (decimal): -16568291 or 1912835. OLE color: 1912835.

HSL color Cylindrical-coordinate representation of color #03301D: hue angle of 154.67º 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 #03301D is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 48 29 -
CMYK 0.94 0 0.40 0.81
HSL 154.67º 0.88% 0.1% -
HSV(B) 154.67º 0.94% 0.19% -
XYZ 1.32 2.22 1.52 -
YUV 32.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 3 48 29 0.94 0 0.40 0.81 154.67 0.88 0.1
Hex 3 30 1D 5E 0 28 51 9B 58 A
Octal 3 60 35 136 0 50 121 233 130 12
Binary 11 110000 11101 1011110 0 101000 1010001 10011011 1011000 1010

Color Harmonies of #03301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03301D

Black with #03301D

Text Example


Text Example

White with #03301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03301D; }

 p { color: rgb(3,48,29); }

 H1.HeaderClassName
 {
   color: #03301D;
 }
 .AnyTagClassName
 {
   color: #03301D;
 }
</style>

background-color css

<style>
 a { background-color: #03301D; }

 a { background-color: rgb(3,48,29); }

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

border-color css

<style>
 span { border-color: #03301D; }

 span { border-color: rgb(3,48,29); }

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