Html Css Color HEX #03342E Dark Green

📋 copy color: '#03342E'

red 3 ◦ green 52 ◦ blue 46

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

Shades of Dark Green #03342E

Tints of Dark Green #03342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 2.97%
G = 51.49%
B = 45.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#03342E (or 0x03342E) is known color: Dark Green. HEX triplet: 03, 34 and 2E. RGB value is (3,52,46). Sum of RGB (Red+Green+Blue) = 3+52+46=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #03342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03342E is #FCCBD1. Grayscale: #242424. Windows color (decimal): -16567250 or 3027971. OLE color: 3027971.

HSL color Cylindrical-coordinate representation of color #03342E: hue angle of 172.65º 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 #03342E is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 52 46 -
CMYK 0.94 0 0.12 0.80
HSL 172.65º 0.89% 0.11% -
HSV(B) 172.65º 0.94% 0.2% -
XYZ 1.76 2.67 3.01 -
YUV 36.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 3 52 46 0.94 0 0.12 0.80 172.65 0.89 0.11
Hex 3 34 2E 5E 0 C 50 AD 59 B
Octal 3 64 56 136 0 14 120 255 131 13
Binary 11 110100 101110 1011110 0 1100 1010000 10101101 1011001 1011

Color Harmonies of #03342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03342E

Black with #03342E

Text Example


Text Example

White with #03342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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