#03221F

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

Shades of Dark Green #03221F

Tints of Dark Green #03221F

Color information

#03221F (or 0x03221F) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 1F. RGB value is (3,34,31). Sum of RGB (Red+Green+Blue) = 3+34+31=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 34 - color contains mainly: green. Hex color #03221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03221F is #FCDDE0. Grayscale: #181818. Windows color (decimal): -16571873 or 2040323. OLE color: 2040323.

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

Color convert

RGB33431-
CMYK0.9100.090.87
HSL174.19º83.78%7.25%-
HSV(B)174.19º91.18%13.33%-
XYZ0.861.261.49-
YUV24.39131.73112.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 34 (13.67% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=4.41%
G=50%
B=45.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334310.9100.090.87174.1983.787.25
Hex3221F5B0957ae547
Octal342371330111272561247
Binary11100010111111011011010011010111101011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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