Html Css Color HEX #003429 Dark Green

📋 copy color: '#003429'

red 0 ◦ green 52 ◦ blue 41

#003429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #003429

Tints of Dark Green #003429

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 55.91%

 BLUE value IS 41 (16.41% from 255) = 44.09%

R = 0%
G = 55.91%
B = 44.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#003429 (or 0x003429) is known color: 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

RGB 0 52 41 -
CMYK 1 0 0.21 0.80
HSL 167.31º 1% 0.1% -
HSV(B) 167.31º 1% 0.2% -
XYZ 1.63 2.62 2.52 -
YUV 35.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 0 52 41 1 0 0.21 0.80 167.31 1 0.1
Hex 0 34 29 64 0 15 50 A7 64 A
Octal 0 64 51 144 0 25 120 247 144 12
Binary 0 110100 101001 1100100 0 10101 1010000 10100111 1100100 1010

Color Harmonies of #003429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003429

Black with #003429

Text Example


Text Example

White with #003429

Text Example


Text Example

HTML Codes & Css Web 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>