Html Css Color HEX #003328 Dark Green

📋 copy color: '#003328'

red 0 ◦ green 51 ◦ blue 40

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

Shades of Dark Green #003328

Tints of Dark Green #003328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.96%

R = 0%
G = 56.04%
B = 43.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#003328 (or 0x003328) is known color: Dark Green. HEX triplet: 00, 33 and 28. RGB value is (0,51,40). Sum of RGB (Red+Green+Blue) = 0+51+40=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #003328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003328 is #FFCCD7. Grayscale: #222222. Windows color (decimal): -16764120 or 2634496. OLE color: 2634496.

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

Color convert

RGB 0 51 40 -
CMYK 1 0 0.22 0.8
HSL 167.06º 1% 0.1% -
HSV(B) 167.06º 1% 0.2% -
XYZ 1.57 2.52 2.41 -
YUV 34.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 0 51 40 1 0 0.22 0.8 167.06 1 0.1
Hex 0 33 28 64 0 16 50 A7 64 A
Octal 0 63 50 144 0 26 120 247 144 12
Binary 0 110011 101000 1100100 0 10110 1010000 10100111 1100100 1010

Color Harmonies of #003328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003328

Black with #003328

Text Example


Text Example

White with #003328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003328; }

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

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

background-color css

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

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

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

border-color css

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

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

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