Html Css Color HEX #03342F Dark Green

📋 copy color: '#03342F'

red 3 ◦ green 52 ◦ blue 47

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

Shades of Dark Green #03342F

Tints of Dark Green #03342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 46.08%

R = 2.94%
G = 50.98%
B = 46.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#03342F (or 0x03342F) is known color: Dark Green. HEX triplet: 03, 34 and 2F. RGB value is (3,52,47). Sum of RGB (Red+Green+Blue) = 3+52+47=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #03342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03342F is #FCCBD0. Grayscale: #242424. Windows color (decimal): -16567249 or 3093507. OLE color: 3093507.

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

Color convert

RGB 3 52 47 -
CMYK 0.94 0 0.10 0.80
HSL 173.88º 0.89% 0.11% -
HSV(B) 173.88º 0.94% 0.2% -
XYZ 1.78 2.68 3.11 -
YUV 36.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 3 52 47 0.94 0 0.10 0.80 173.88 0.89 0.11
Hex 3 34 2F 5E 0 A 50 AE 59 B
Octal 3 64 57 136 0 12 120 256 131 13
Binary 11 110100 101111 1011110 0 1010 1010000 10101110 1011001 1011

Color Harmonies of #03342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03342F

Black with #03342F

Text Example


Text Example

White with #03342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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