Html Css Color HEX #003329 Dark Green

📋 copy color: '#003329'

red 0 ◦ green 51 ◦ blue 41

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

Shades of Dark Green #003329

Tints of Dark Green #003329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 55.43%

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

R = 0%
G = 55.43%
B = 44.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#003329 (or 0x003329) is known color: Dark Green. HEX triplet: 00, 33 and 29. RGB value is (0,51,41). Sum of RGB (Red+Green+Blue) = 0+51+41=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #003329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003329 is #FFCCD6. Grayscale: #222222. Windows color (decimal): -16764119 or 2700032. OLE color: 2700032.

HSL color Cylindrical-coordinate representation of color #003329: hue angle of 168.24º 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 #003329 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 41 -
CMYK 1 0 0.20 0.8
HSL 168.24º 1% 0.1% -
HSV(B) 168.24º 1% 0.2% -
XYZ 1.58 2.53 2.5 -
YUV 34.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 0 51 41 1 0 0.20 0.8 168.24 1 0.1
Hex 0 33 29 64 0 14 50 A8 64 A
Octal 0 63 51 144 0 24 120 250 144 12
Binary 0 110011 101001 1100100 0 10100 1010000 10101000 1100100 1010

Color Harmonies of #003329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003329

Black with #003329

Text Example


Text Example

White with #003329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003329; }

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

 H1.HeaderClassName
 {
   color: #003329;
 }
 .AnyTagClassName
 {
   color: #003329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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