#003429

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

Shades of Dark Green #003429

Tints of Dark Green #003429

Color information

#003429 (or 0x003429) is unknown color: approx Dark Green. HEX triplet: 00, 34 and 29. RGB value is (0,52,41). Sum of RGB (Red+Green+Blue) = 0+52+41=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #003429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003429 is #FFCBD6. Grayscale: #232323. Windows color (decimal): -16763863 or 2700288. OLE color: 2700288.

HSL color Cylindrical-coordinate representation of color #003429: hue angle of 167.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003429 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB05241-
CMYK100.210.80
HSL167.31º100%10.2%-
HSV(B)167.31º100%20.39%-
XYZ1.632.622.52-
YUV35.2131.27102.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=0%
G=55.91%
B=44.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05241100.210.80167.3110010.2
Hex034296401550a764a
Octal0645114402512024714412
Binary0110100101001110010001010110100001010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003429; }

 p { color: rgb(0,52,41); }

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

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

 a { background-color: rgb(0,52,41); }

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

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

 span { border-color: rgb(0,52,41); }

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