#03221D

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

Shades of Dark Green #03221D

Tints of Dark Green #03221D

Color information

#03221D (or 0x03221D) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 1D. RGB value is (3,34,29). Sum of RGB (Red+Green+Blue) = 3+34+29=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #03221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03221D is #FCDDE2. Grayscale: #181818. Windows color (decimal): -16571875 or 1909251. OLE color: 1909251.

HSL color Cylindrical-coordinate representation of color #03221D: hue angle of 170.32º 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 #03221D is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB33429-
CMYK0.9100.150.87
HSL170.32º83.78%7.25%-
HSV(B)170.32º91.18%13.33%-
XYZ0.831.251.36-
YUV24.16130.73112.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 34 (13.67% from 255) = 51.52%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=4.55%
G=51.52%
B=43.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334290.9100.150.87170.3283.787.25
Hex3221D5B0F57aa547
Octal342351330171272521247
Binary11100010111011011011011111010111101010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03221D; }

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

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

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

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

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

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

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

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