#03221A

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

Shades of Dark Green #03221A

Tints of Dark Green #03221A

Color information

#03221A (or 0x03221A) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 1A. RGB value is (3,34,26). Sum of RGB (Red+Green+Blue) = 3+34+26=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #03221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03221A is #FCDDE5. Grayscale: #171717. Windows color (decimal): -16571878 or 1712643. OLE color: 1712643.

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

Color convert

RGB33426-
CMYK0.9100.240.87
HSL164.52º83.78%7.25%-
HSV(B)164.52º91.18%13.33%-
XYZ0.81.241.17-
YUV23.82129.23113.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 34 (13.67% from 255) = 53.97%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=4.76%
G=53.97%
B=41.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334260.9100.240.87164.5283.787.25
Hex3221A5B01857a5547
Octal342321330301272451247
Binary111000101101010110110110001010111101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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