#033129

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

Shades of Dark Green #033129

Tints of Dark Green #033129

Color information

#033129 (or 0x033129) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 29. RGB value is (3,49,41). Sum of RGB (Red+Green+Blue) = 3+49+41=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #033129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033129 is #FCCED6. Grayscale: #222222. Windows color (decimal): -16568023 or 2699523. OLE color: 2699523.

HSL color Cylindrical-coordinate representation of color #033129: hue angle of 169.57º 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 #033129 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB34941-
CMYK0.9400.160.81
HSL169.57º88.46%10.2%-
HSV(B)169.57º93.88%19.22%-
XYZ1.542.382.48-
YUV34.33131.76105.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=3.23%
G=52.69%
B=44.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349410.9400.160.81169.5788.4610.2
Hex331295E01051aa58a
Octal3615113602012125213012
Binary11110001101001101111001000010100011010101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033129; }

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

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

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

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

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

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

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

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