Html Css Color HEX #03341E Dark Green

📋 copy color: '#03341E'

red 3 ◦ green 52 ◦ blue 30

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

Shades of Dark Green #03341E

Tints of Dark Green #03341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 35.29%

R = 3.53%
G = 61.18%
B = 35.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#03341E (or 0x03341E) is known color: Dark Green. HEX triplet: 03, 34 and 1E. RGB value is (3,52,30). Sum of RGB (Red+Green+Blue) = 3+52+30=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #03341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03341E is #FCCBE1. Grayscale: #222222. Windows color (decimal): -16567266 or 1979395. OLE color: 1979395.

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

Color convert

RGB 3 52 30 -
CMYK 0.94 0 0.42 0.80
HSL 153.06º 0.89% 0.11% -
HSV(B) 153.06º 0.94% 0.2% -
XYZ 1.5 2.57 1.65 -
YUV 34.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 3 52 30 0.94 0 0.42 0.80 153.06 0.89 0.11
Hex 3 34 1E 5E 0 2A 50 99 59 B
Octal 3 64 36 136 0 52 120 231 131 13
Binary 11 110100 11110 1011110 0 101010 1010000 10011001 1011001 1011

Color Harmonies of #03341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03341E

Black with #03341E

Text Example


Text Example

White with #03341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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