#03342F

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

Shades of Dark Green #03342F

Tints of Dark Green #03342F

Color information

#03342F (or 0x03342F) is unknown color: approx 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

RGB35247-
CMYK0.9400.100.80
HSL173.88º89.09%10.78%-
HSV(B)173.88º94.23%20.39%-
XYZ1.782.683.11-
YUV36.78133.77103.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352470.9400.100.80173.8889.0910.78
Hex3342F5E0A50ae59b
Octal3645713601212025613113
Binary1111010010111110111100101010100001010111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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