Html Css Color HEX #03322F Dark Green

📋 copy color: '#03322F'

red 3 ◦ green 50 ◦ blue 47

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

Shades of Dark Green #03322F

Tints of Dark Green #03322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47%

R = 3%
G = 50%
B = 47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#03322F (or 0x03322F) is known color: Dark Green. HEX triplet: 03, 32 and 2F. RGB value is (3,50,47). Sum of RGB (Red+Green+Blue) = 3+50+47=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #03322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03322F is #FCCDD0. Grayscale: #232323. Windows color (decimal): -16567761 or 3092995. OLE color: 3092995.

HSL color Cylindrical-coordinate representation of color #03322F: hue angle of 176.17º 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 #03322F is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 50 47 -
CMYK 0.94 0 0.06 0.80
HSL 176.17º 0.89% 0.1% -
HSV(B) 176.17º 0.94% 0.2% -
XYZ 1.69 2.51 3.08 -
YUV 35.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 3 50 47 0.94 0 0.06 0.80 176.17 0.89 0.1
Hex 3 32 2F 5E 0 6 50 B0 59 A
Octal 3 62 57 136 0 6 120 260 131 12
Binary 11 110010 101111 1011110 0 110 1010000 10110000 1011001 1010

Color Harmonies of #03322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03322F

Black with #03322F

Text Example


Text Example

White with #03322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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