Html Css Color HEX #003324 Dark Green

📋 copy color: '#003324'

red 0 ◦ green 51 ◦ blue 36

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

Shades of Dark Green #003324

Tints of Dark Green #003324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 41.38%

R = 0%
G = 58.62%
B = 41.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#003324 (or 0x003324) is known color: Dark Green. HEX triplet: 00, 33 and 24. RGB value is (0,51,36). Sum of RGB (Red+Green+Blue) = 0+51+36=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #003324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003324 is #FFCCDB. Grayscale: #222222. Windows color (decimal): -16764124 or 2372352. OLE color: 2372352.

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

Color convert

RGB 0 51 36 -
CMYK 1 0 0.29 0.8
HSL 162.35º 1% 0.1% -
HSV(B) 162.35º 1% 0.2% -
XYZ 1.5 2.5 2.07 -
YUV 34.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 0 51 36 1 0 0.29 0.8 162.35 1 0.1
Hex 0 33 24 64 0 1D 50 A2 64 A
Octal 0 63 44 144 0 35 120 242 144 12
Binary 0 110011 100100 1100100 0 11101 1010000 10100010 1100100 1010

Color Harmonies of #003324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003324

Black with #003324

Text Example


Text Example

White with #003324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003324; }

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

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

background-color css

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

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

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

border-color css

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

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

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