Html Css Color HEX #003320 Dark Green

📋 copy color: '#003320'

red 0 ◦ green 51 ◦ blue 32

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

Shades of Dark Green #003320

Tints of Dark Green #003320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 38.55%

R = 0%
G = 61.45%
B = 38.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#003320 (or 0x003320) is known color: Dark Green. HEX triplet: 00, 33 and 20. RGB value is (0,51,32). Sum of RGB (Red+Green+Blue) = 0+51+32=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #003320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003320 is #FFCCDF. Grayscale: #212121. Windows color (decimal): -16764128 or 2110208. OLE color: 2110208.

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

Color convert

RGB 0 51 32 -
CMYK 1 0 0.37 0.8
HSL 157.65º 1% 0.1% -
HSV(B) 157.65º 1% 0.2% -
XYZ 1.44 2.47 1.77 -
YUV 33.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 0 51 32 1 0 0.37 0.8 157.65 1 0.1
Hex 0 33 20 64 0 25 50 9E 64 A
Octal 0 63 40 144 0 45 120 236 144 12
Binary 0 110011 100000 1100100 0 100101 1010000 10011110 1100100 1010

Color Harmonies of #003320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003320

Black with #003320

Text Example


Text Example

White with #003320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003320; }

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

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

background-color css

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

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

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

border-color css

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

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

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