Html Css Color HEX #03342A Dark Green

📋 copy color: '#03342A'

red 3 ◦ green 52 ◦ blue 42

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

Shades of Dark Green #03342A

Tints of Dark Green #03342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 53.61%

 BLUE value IS 42 (16.8% from 255) = 43.3%

R = 3.09%
G = 53.61%
B = 43.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#03342A (or 0x03342A) is known color: Dark Green. HEX triplet: 03, 34 and 2A. RGB value is (3,52,42). Sum of RGB (Red+Green+Blue) = 3+52+42=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #03342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03342A is #FCCBD5. Grayscale: #242424. Windows color (decimal): -16567254 or 2765827. OLE color: 2765827.

HSL color Cylindrical-coordinate representation of color #03342A: hue angle of 167.76º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03342A is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 52 42 -
CMYK 0.94 0 0.19 0.80
HSL 167.76º 0.89% 0.11% -
HSV(B) 167.76º 0.94% 0.2% -
XYZ 1.68 2.64 2.61 -
YUV 36.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 3 52 42 0.94 0 0.19 0.80 167.76 0.89 0.11
Hex 3 34 2A 5E 0 13 50 A8 59 B
Octal 3 64 52 136 0 23 120 250 131 13
Binary 11 110100 101010 1011110 0 10011 1010000 10101000 1011001 1011

Color Harmonies of #03342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03342A

Black with #03342A

Text Example


Text Example

White with #03342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,52,42); }

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

background-color css

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

 a { background-color: rgb(3,52,42); }

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

border-color css

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

 span { border-color: rgb(3,52,42); }

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