Html Css Color HEX #003219 Dark Green

📋 copy color: '#003219'

red 0 ◦ green 50 ◦ blue 25

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

Shades of Dark Green #003219

Tints of Dark Green #003219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 66.67%

 BLUE value IS 25 (10.16% from 255) = 33.33%

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#003219 (or 0x003219) is known color: Dark Green. HEX triplet: 00, 32 and 19. RGB value is (0,50,25). Sum of RGB (Red+Green+Blue) = 0+50+25=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #003219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003219 is #FFCDE6. Grayscale: #202020. Windows color (decimal): -16764391 or 1651200. OLE color: 1651200.

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

Color convert

RGB 0 50 25 -
CMYK 1 0 0.50 0.80
HSL 150º 1% 0.1% -
HSV(B) 150º 1% 0.2% -
XYZ 1.32 2.35 1.3 -
YUV 32.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 0 50 25 1 0 0.50 0.80 150 1 0.1
Hex 0 32 19 64 0 32 50 96 64 A
Octal 0 62 31 144 0 62 120 226 144 12
Binary 0 110010 11001 1100100 0 110010 1010000 10010110 1100100 1010

Color Harmonies of #003219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003219

Black with #003219

Text Example


Text Example

White with #003219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003219; }

 p { color: rgb(0,50,25); }

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

background-color css

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

 a { background-color: rgb(0,50,25); }

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

border-color css

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

 span { border-color: rgb(0,50,25); }

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