Html Css Color HEX #033219 Dark Green

📋 copy color: '#033219'

red 3 ◦ green 50 ◦ blue 25

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

Shades of Dark Green #033219

Tints of Dark Green #033219

RGB

 RED value IS 3 (1.56% from 255) = 3.85%

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

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

R = 3.85%
G = 64.1%
B = 32.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#033219 (or 0x033219) is known color: Dark Green. HEX triplet: 03, 32 and 19. RGB value is (3,50,25). Sum of RGB (Red+Green+Blue) = 3+50+25=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #033219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033219 is #FCCDE6. Grayscale: #212121. Windows color (decimal): -16567783 or 1651203. OLE color: 1651203.

HSL color Cylindrical-coordinate representation of color #033219: hue angle of 148.09º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033219 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 50 25 -
CMYK 0.94 0 0.50 0.80
HSL 148.09º 0.89% 0.1% -
HSV(B) 148.09º 0.94% 0.2% -
XYZ 1.35 2.37 1.31 -
YUV 33.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 3 50 25 0.94 0 0.50 0.80 148.09 0.89 0.1
Hex 3 32 19 5E 0 32 50 94 59 A
Octal 3 62 31 136 0 62 120 224 131 12
Binary 11 110010 11001 1011110 0 110010 1010000 10010100 1011001 1010

Color Harmonies of #033219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033219

Black with #033219

Text Example


Text Example

White with #033219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033219; }

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

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

background-color css

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

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

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

border-color css

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

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

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