Html Css Color HEX #03341D Dark Green

📋 copy color: '#03341D'

red 3 ◦ green 52 ◦ blue 29

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

Shades of Dark Green #03341D

Tints of Dark Green #03341D

RGB

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

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

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

R = 3.57%
G = 61.9%
B = 34.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#03341D (or 0x03341D) is known color: Dark Green. HEX triplet: 03, 34 and 1D. RGB value is (3,52,29). Sum of RGB (Red+Green+Blue) = 3+52+29=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #03341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03341D is #FCCBE2. Grayscale: #222222. Windows color (decimal): -16567267 or 1913859. OLE color: 1913859.

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

Color convert

RGB 3 52 29 -
CMYK 0.94 0 0.44 0.80
HSL 151.84º 0.89% 0.11% -
HSV(B) 151.84º 0.94% 0.2% -
XYZ 1.49 2.56 1.58 -
YUV 34.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 3 52 29 0.94 0 0.44 0.80 151.84 0.89 0.11
Hex 3 34 1D 5E 0 2C 50 98 59 B
Octal 3 64 35 136 0 54 120 230 131 13
Binary 11 110100 11101 1011110 0 101100 1010000 10011000 1011001 1011

Color Harmonies of #03341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03341D

Black with #03341D

Text Example


Text Example

White with #03341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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