#033120

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

Shades of Dark Green #033120

Tints of Dark Green #033120

Color information

#033120 (or 0x033120) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 20. RGB value is (3,49,32). Sum of RGB (Red+Green+Blue) = 3+49+32=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #033120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033120 is #FCCEDF. Grayscale: #212121. Windows color (decimal): -16568032 or 2109699. OLE color: 2109699.

HSL color Cylindrical-coordinate representation of color #033120: hue angle of 157.83º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033120 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB34932-
CMYK0.9400.350.81
HSL157.83º88.46%10.2%-
HSV(B)157.83º93.88%19.22%-
XYZ1.42.321.74-
YUV33.31127.26106.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 49 (19.53% from 255) = 58.33%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=3.57%
G=58.33%
B=38.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349320.9400.350.81157.8388.4610.2
Hex331205E023519e58a
Octal3614013604312123613012
Binary111100011000001011110010001110100011001111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033120; }

 p { color: rgb(3,49,32); }

 H1.HeaderClassName
 {
   color: #033120;
 }
 .AnyTagClassName
 {
   color: #033120;
 }
</style>
background-color css

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

 a { background-color: rgb(3,49,32); }

 div.DivClassName
 {
   background-color: #033120;
 }
 .BgClassName
 {
   background-color: #033120;
 }
</style>
border-color css

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

 span { border-color: rgb(3,49,32); }

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