#03220B

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

Shades of Dark Green #03220B

Tints of Dark Green #03220B

Color information

#03220B (or 0x03220B) is unknown color: approx Dark Green. HEX triplet: 03, 22 and 0B. RGB value is (3,34,11). Sum of RGB (Red+Green+Blue) = 3+34+11=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 34 (13.67% from 255 or 70.83% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 34 - color contains mainly: green. Hex color #03220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03220B is #FCDDF4. Grayscale: #161616. Windows color (decimal): -16571893 or 729603. OLE color: 729603.

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

Color convert

RGB33411-
CMYK0.9100.680.87
HSL135.48º83.78%7.25%-
HSV(B)135.48º91.18%13.33%-
XYZ0.671.190.51-
YUV22.11121.73114.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 34 (13.67% from 255) = 70.83%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=6.25%
G=70.83%
B=22.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334110.9100.680.87135.4883.787.25
Hex322B5B0445787547
Octal3421313301041272071247
Binary1110001010111011011010001001010111100001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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