#03341E

Color #03341E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #03341E

Tints of Dark Green #03341E

Color information

#03341E (or 0x03341E) is unknown color: approx 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

RGB35230-
CMYK0.9400.420.80
HSL153.06º89.09%10.78%-
HSV(B)153.06º94.23%20.39%-
XYZ1.52.571.65-
YUV34.84125.27105.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352300.9400.420.80153.0689.0910.78
Hex3341E5E02A509959b
Octal3643613605212023113113
Binary11110100111101011110010101010100001001100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>