Html Css Color HEX #03341B Dark Green

📋 copy color: '#03341B'

red 3 ◦ green 52 ◦ blue 27

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

Shades of Dark Green #03341B

Tints of Dark Green #03341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.93%

R = 3.66%
G = 63.41%
B = 32.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#03341B (or 0x03341B) is known color: Dark Green. HEX triplet: 03, 34 and 1B. RGB value is (3,52,27). Sum of RGB (Red+Green+Blue) = 3+52+27=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #03341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03341B is #FCCBE4. Grayscale: #222222. Windows color (decimal): -16567269 or 1782787. OLE color: 1782787.

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

Color convert

RGB 3 52 27 -
CMYK 0.94 0 0.48 0.80
HSL 149.39º 0.89% 0.11% -
HSV(B) 149.39º 0.94% 0.2% -
XYZ 1.46 2.55 1.45 -
YUV 34.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 3 52 27 0.94 0 0.48 0.80 149.39 0.89 0.11
Hex 3 34 1B 5E 0 30 50 95 59 B
Octal 3 64 33 136 0 60 120 225 131 13
Binary 11 110100 11011 1011110 0 110000 1010000 10010101 1011001 1011

Color Harmonies of #03341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03341B

Black with #03341B

Text Example


Text Example

White with #03341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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