Html Css Color HEX #03301C Dark Green

📋 copy color: '#03301C'

red 3 ◦ green 48 ◦ blue 28

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

Shades of Dark Green #03301C

Tints of Dark Green #03301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 35.44%

R = 3.8%
G = 60.76%
B = 35.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#03301C (or 0x03301C) is known color: Dark Green. HEX triplet: 03, 30 and 1C. RGB value is (3,48,28). Sum of RGB (Red+Green+Blue) = 3+48+28=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #03301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03301C is #FCCFE3. Grayscale: #202020. Windows color (decimal): -16568292 or 1847299. OLE color: 1847299.

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

Color convert

RGB 3 48 28 -
CMYK 0.94 0 0.42 0.81
HSL 153.33º 0.88% 0.1% -
HSV(B) 153.33º 0.94% 0.19% -
XYZ 1.3 2.22 1.46 -
YUV 32.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 3 48 28 0.94 0 0.42 0.81 153.33 0.88 0.1
Hex 3 30 1C 5E 0 2A 51 99 58 A
Octal 3 60 34 136 0 52 121 231 130 12
Binary 11 110000 11100 1011110 0 101010 1010001 10011001 1011000 1010

Color Harmonies of #03301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03301C

Black with #03301C

Text Example


Text Example

White with #03301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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