#03220C

Color #03220C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #03220C

Tints of Dark Green #03220C

Color information

#03220C (or 0x03220C) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 0C. RGB value is (3,34,12). Sum of RGB (Red+Green+Blue) = 3+34+12=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 34 (13.67% from 255 or 69.39% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 34 - color contains mainly: green. Hex color #03220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03220C is #FCDDF3. Grayscale: #161616. Windows color (decimal): -16571892 or 795139. OLE color: 795139.

HSL color Cylindrical-coordinate representation of color #03220C: hue angle of 137.42º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03220C is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.

Color convert

RGB33412-
CMYK0.9100.650.87
HSL137.42º83.78%7.25%-
HSV(B)137.42º91.18%13.33%-
XYZ0.681.190.54-
YUV22.22122.23114.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 34 (13.67% from 255) = 69.39%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=6.12%
G=69.39%
B=24.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334120.9100.650.87137.4283.787.25
Hex322C5B0415789547
Octal3421413301011272111247
Binary1110001011001011011010000011010111100010011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03220C; }

 p { color: rgb(3,34,12); }

 H1.HeaderClassName
 {
   color: #03220C;
 }
 .AnyTagClassName
 {
   color: #03220C;
 }
</style>
background-color css

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

 a { background-color: rgb(3,34,12); }

 div.DivClassName
 {
   background-color: #03220C;
 }
 .BgClassName
 {
   background-color: #03220C;
 }
</style>
border-color css

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

 span { border-color: rgb(3,34,12); }

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